1 files changed, 5 insertions, 4 deletions
diff --git a/assets/schemas.json b/assets/schemas.json
index f40bcd79..4a6825d1 100644
--- a/assets/schemas.json
+++ b/assets/schemas.json
@@ -8424,7 +8424,9 @@
},
"members": {
"type": "array",
- "items": {}
+ "items": {
+ "type": "string"
+ }
},
"thread_member_lists": {
"type": "array",
@@ -21846,6 +21848,8 @@
"type": "string"
},
"discriminator": {
+ "minLength": 4,
+ "maxLength": 4,
"type": "string"
}
},
@@ -23047,9 +23051,6 @@
"UserSettingsSchema": {
"type": "object",
"properties": {
- "index": {
- "type": "string"
- },
"afk_timeout": {
"type": "integer"
},
|