summary refs log tree commit diff
path: root/assets
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
commit69c55884e5cb3503d4319d2fa32eb0d7e593ee52 (patch)
tree0e9aa763b793d576bf8cffd9a1d114fc6d21e0b6 /assets
parentMerge pull request from GHSA-9q7f-pv47-cxp9 (diff)
downloadserver-69c55884e5cb3503d4319d2fa32eb0d7e593ee52.tar.xz
Merge pull request from GHSA-hqqp-gpqw-9w5c
Diffstat (limited to 'assets')
-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"
             },