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