discourse/spec/requests/api/schemas/json/group_remove_members_respon...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
340 B
JSON
Raw Normal View History

{
"additionalProperties": false,
"properties": {
"success": {
"type": "string"
},
"usernames": {
"type": "array",
"items": [
]
},
"skipped_usernames": {
"type": "array",
"items": [
]
}
},
"required": [
"success",
"usernames",
"skipped_usernames"
]
}