it wooorks
This commit is contained in:
31
pocs/json_schema/schema.json
Normal file
31
pocs/json_schema/schema.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$defs": {
|
||||
"actions": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"dependsOn": {
|
||||
"type": "array"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"properties": {
|
||||
"plugins": {
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"ruddle/actions@1.0.0": {
|
||||
"$ref": "#/$defs/actions"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"version": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user