it wooorks

This commit is contained in:
2022-08-20 17:39:01 +02:00
parent 77b6475974
commit f97c4c841a
7 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"path": {
"type": "string"
},
"dependsOn": {
"type": "array"
}
},
"additionalProperties": false
}