13 lines
205 B
JSON
13 lines
205 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"properties": {
|
|
"path": {
|
|
"type": "string"
|
|
},
|
|
"dependsOn": {
|
|
"type": "array"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|