summary refs log tree commit diff
path: root/api/assets/schemas.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/assets/schemas.json')
-rw-r--r--api/assets/schemas.json24
1 files changed, 16 insertions, 8 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index 2102292b..5259131b 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -1106,6 +1106,9 @@ }, "captcha_key": { "type": "string" + }, + "promotional_email_opt_in": { + "type": "boolean" } }, "additionalProperties": false, @@ -6511,9 +6514,6 @@ } }, "additionalProperties": false, - "required": [ - "name" - ], "definitions": { "Embed": { "type": "object", @@ -6873,6 +6873,9 @@ "preferred_locale": { "type": "string" }, + "premium_progress_bar_enabled": { + "type": "boolean" + }, "name": { "maxLength": 100, "type": "string" @@ -6897,9 +6900,6 @@ } }, "additionalProperties": false, - "required": [ - "name" - ], "definitions": { "Embed": { "type": "object", @@ -7219,6 +7219,9 @@ "items": { "type": "string" } + }, + "nick": { + "type": "string" } }, "additionalProperties": false, @@ -10515,8 +10518,7 @@ "additionalProperties": false, "required": [ "channel_id", - "description", - "emoji_name" + "description" ] } }, @@ -12530,6 +12532,12 @@ }, "code": { "type": "string" + }, + "email": { + "type": "string" + }, + "discriminator": { + "type": "string" } }, "additionalProperties": false,