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