mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 02:43:43 +08:00
23 lines
312 B
JSON
23 lines
312 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"success": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"active": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"message": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"user_id": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"success",
|
||
|
"active",
|
||
|
"message"
|
||
|
]
|
||
|
}
|