9 lines
163 B
JSON
9 lines
163 B
JSON
|
{
|
||
|
"type": ["object", "null"],
|
||
|
"properties" : {
|
||
|
"id": { "type": "integer" },
|
||
|
"delete_path": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|