summary refs log tree commit diff
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-01-19 22:35:56 -0500
committerPuyodead1 <puyodead@protonmail.com>2023-02-23 21:35:53 -0500
commit878fd9d1e87924a95a0db0b1c56232df3dd7ca4c (patch)
tree5b97184cfe03c2ace384b678e5c49553f14a0fa3
parentupdate verify email template to add target (diff)
downloadserver-878fd9d1e87924a95a0db0b1c56232df3dd7ca4c.tar.xz
Update schemas.json
-rw-r--r--assets/schemas.json29
1 files changed, 28 insertions, 1 deletions
diff --git a/assets/schemas.json b/assets/schemas.json
index 3422951e..2bfb525d 100644
--- a/assets/schemas.json
+++ b/assets/schemas.json
@@ -36,6 +36,34 @@
         ],
         "$schema": "http://json-schema.org/draft-07/schema#"
     },
+    "SMTPConnection.CustomAuthenticationResponse": {
+        "type": "object",
+        "properties": {
+            "command": {
+                "type": "string"
+            },
+            "response": {
+                "type": "string"
+            },
+            "status": {
+                "type": "integer"
+            },
+            "text": {
+                "type": "string"
+            },
+            "code": {
+                "type": "integer"
+            }
+        },
+        "additionalProperties": false,
+        "required": [
+            "command",
+            "response",
+            "status",
+            "text"
+        ],
+        "$schema": "http://json-schema.org/draft-07/schema#"
+    },
     "TransportMakeRequestResponse": {
         "type": "object",
         "properties": {
@@ -32875,7 +32903,6 @@
         },
         "additionalProperties": false,
         "required": [
-            "captcha_key",
             "token"
         ],
         "definitions": {