Update schemas.json
This commit is contained in:
parent
292e722f35
commit
878fd9d1e8
@ -36,6 +36,34 @@
|
|||||||
],
|
],
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#"
|
"$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": {
|
"TransportMakeRequestResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -32875,7 +32903,6 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
"required": [
|
||||||
"captcha_key",
|
|
||||||
"token"
|
"token"
|
||||||
],
|
],
|
||||||
"definitions": {
|
"definitions": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user