mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
95a6268c45
* repair structural problems with the openapi spec * additional tweaks to fix failing tests * un-mark is_categorized as required & restore method
26 lines
318 B
JSON
26 lines
318 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"success": {
|
|
"type": "string"
|
|
},
|
|
"usernames": {
|
|
"type": "array",
|
|
"items": {
|
|
|
|
}
|
|
},
|
|
"emails": {
|
|
"type": "array",
|
|
"items": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"success",
|
|
"usernames",
|
|
"emails"
|
|
]
|
|
}
|