diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-03-31 00:06:13 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-03-31 00:06:13 +1100 |
commit | 6972dac5603e4019f3edc85fa753bde544948730 (patch) | |
tree | 3040bd1df368956a3b0af3d04783b2a0134fbb4b /api/assets/schemas.json | |
parent | Merge branch 'maddyrtc' into slowcord (diff) | |
parent | Make member.premium_since ISO8601 timestamp (diff) | |
download | server-6972dac5603e4019f3edc85fa753bde544948730.tar.xz |
Merge branch 'master' into slowcord
Diffstat (limited to 'api/assets/schemas.json')
-rw-r--r-- | api/assets/schemas.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json index 1b905197..555129e3 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json @@ -355,11 +355,11 @@ "type": { "type": "string" }, - "verifie": { + "verified": { "type": "boolean" } }, - "required": ["name", "type", "verifie"] + "required": ["name", "type", "verified"] } }, "$schema": "http://json-schema.org/draft-07/schema#" |