diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-02 22:24:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 22:24:56 +1100 |
commit | 69c55884e5cb3503d4319d2fa32eb0d7e593ee52 (patch) | |
tree | 0e9aa763b793d576bf8cffd9a1d114fc6d21e0b6 /assets | |
parent | Merge pull request from GHSA-9q7f-pv47-cxp9 (diff) | |
download | server-69c55884e5cb3503d4319d2fa32eb0d7e593ee52.tar.xz |
Merge pull request from GHSA-hqqp-gpqw-9w5c
Diffstat (limited to 'assets')
-rw-r--r-- | assets/schemas.json | 9 |
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" }, |