summary refs log tree commit diff
path: root/assets/schemas.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-02-02 22:24:56 +1100
committerGitHub <noreply@github.com>2023-02-02 22:24:56 +1100
commit067d2d8be8edc0f8f4492e7d02a0899f244c2dde (patch)
tree606c7569ed928a0a8f6727c32bb303211e7f64c2 /assets/schemas.json
parentMerge pull request from GHSA-9q7f-pv47-cxp9 (diff)
downloadserver-067d2d8be8edc0f8f4492e7d02a0899f244c2dde.tar.xz
Merge pull request from GHSA-hqqp-gpqw-9w5c
Diffstat (limited to 'assets/schemas.json')
-rw-r--r--assets/schemas.json9
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"
             },