mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
26 lines
340 B
JSON
26 lines
340 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"success": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"usernames": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"skipped_usernames": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"success",
|
||
|
"usernames",
|
||
|
"skipped_usernames"
|
||
|
]
|
||
|
}
|