mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-28 00:14:21 +00:00
fix(schema): adapt str type session id
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "regex",
|
||||
"pattern": "^(person|group)_(\\d+)$"
|
||||
"pattern": "^(person|group)_.*$"
|
||||
},
|
||||
"default": []
|
||||
},
|
||||
@@ -52,7 +52,7 @@
|
||||
}
|
||||
},
|
||||
"patternProperties": {
|
||||
"^(person|group)_(\\d+)$": {
|
||||
"^(person|group)_.*$": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user