mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 02:53:40 +08:00
19 lines
314 B
JSON
19 lines
314 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"post": {
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"raw": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"edit_reason": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": ["raw"]
|
||
|
}
|
||
|
}
|
||
|
}
|