summary refs log tree commit diff
path: root/api/assets/schemas.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:06:13 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:06:13 +1100
commit6972dac5603e4019f3edc85fa753bde544948730 (patch)
tree3040bd1df368956a3b0af3d04783b2a0134fbb4b /api/assets/schemas.json
parentMerge branch 'maddyrtc' into slowcord (diff)
parentMake member.premium_since ISO8601 timestamp (diff)
downloadserver-6972dac5603e4019f3edc85fa753bde544948730.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'api/assets/schemas.json')
-rw-r--r--api/assets/schemas.json4
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#"