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

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

16 lines
204 B
JSON
Raw Normal View History

{
"additionalProperties": false,
"properties": {
"success": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"success",
"username"
]
}