28 lines
391 B
JSON
28 lines
391 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required" : [
|
||
|
"id",
|
||
|
"path",
|
||
|
"location",
|
||
|
"tags_path"
|
||
|
],
|
||
|
"properties" : {
|
||
|
"id": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"path": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"location": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"tags_path": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"destroy_path": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|