summary refs log tree commit diff
path: root/assets/schemas.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-21 16:10:26 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-21 16:10:26 +1100
commitfe4db63ab8ac42c669048b705a78c68434e64856 (patch)
treec90651f93305dc9382467b6933b3d3c70727d60f /assets/schemas.json
parentSet default cdn endpoints so that local testing works (diff)
parentMerge pull request #917 from Puyodead1/refactor/client/165341 (diff)
downloadserver-fe4db63ab8ac42c669048b705a78c68434e64856.tar.xz
Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into maddy/refactor
Diffstat (limited to 'assets/schemas.json')
-rw-r--r--assets/schemas.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/schemas.json b/assets/schemas.json
index 59fcc952..874c4f88 100644
--- a/assets/schemas.json
+++ b/assets/schemas.json
@@ -10863,6 +10863,10 @@
                     },
                     "private_channels_version": {
                         "type": "integer"
+                    },
+                    "guild_versions": {},
+                    "api_code_version": {
+                        "type": "integer"
                     }
                 },
                 "additionalProperties": false
@@ -10885,6 +10889,10 @@
                     },
                     "useruserGuildSettingsVersion": {
                         "type": "integer"
+                    },
+                    "guildVersions": {},
+                    "apiCodeVersion": {
+                        "type": "integer"
                     }
                 },
                 "additionalProperties": false