mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 02:23:39 +08:00
16 lines
196 B
JSON
16 lines
196 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"success": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"user": {
|
||
|
"type": "object"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"success",
|
||
|
"user"
|
||
|
]
|
||
|
}
|