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"
|
||
|
]
|
||
|
}
|