17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"oneOf": [
|
|
{ "type": "null" },
|
|
{
|
|
"type": "object",
|
|
"required": [
|
|
"id",
|
|
"description"
|
|
],
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"description": { "type": "string" },
|
|
"edit_path": { "type": "string" }
|
|
}
|
|
}
|
|
]
|
|
}
|