mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:47:07 +08:00
95a6268c45
* repair structural problems with the openapi spec * additional tweaks to fix failing tests * un-mark is_categorized as required & restore method
27 lines
440 B
JSON
27 lines
440 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"email": {
|
|
"type": "string"
|
|
},
|
|
"secondary_emails": {
|
|
"type": "array",
|
|
"items": {}
|
|
},
|
|
"unconfirmed_emails": {
|
|
"type": "array",
|
|
"items": {}
|
|
},
|
|
"associated_accounts": {
|
|
"type": "array",
|
|
"items": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"email",
|
|
"secondary_emails",
|
|
"unconfirmed_emails",
|
|
"associated_accounts"
|
|
]
|
|
}
|