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.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json
index 942e205f..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,
@@ -7216,6 +7219,9 @@
                 "items": {
                     "type": "string"
                 }
+            },
+            "nick": {
+                "type": "string"
             }
         },
         "additionalProperties": false,
@@ -12527,6 +12533,9 @@
             "code": {
                 "type": "string"
             },
+            "email": {
+                "type": "string"
+            },
             "discriminator": {
                 "type": "string"
             }