17 lines
247 B
JSON
17 lines
247 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"name"
|
||
|
],
|
||
|
"properties": {
|
||
|
"name": { "type": "string" },
|
||
|
"path": {
|
||
|
"oneOf": [
|
||
|
{ "type": "null" },
|
||
|
{ "type": "string" }
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|