This commit is contained in:
DaanV2
2021-04-23 23:46:42 +02:00
parent a7fd5bc86b
commit 4acdc83292
4 changed files with 6 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
"type": "object",
"title": "Animation Controllers Schema",
"description": "The animation controllers schema for 1.10.0",
"propertyNames": { "pattern": "^controller\\.animation\\.[a-z\\.]+" },
"propertyNames": { "pattern": "^controller\\.animation\\.[a-z\\.]+", "examples": ["controller.animation.example", "controller.animation.example.foo"] },
"additionalProperties": {
"additionalProperties": false,
"type": "object",

View File

@@ -54,7 +54,7 @@
"type": "object",
"title": "Animation Controllers Schema",
"description": "The animation controllers schema for 1.8.0",
"propertyNames": { "pattern": "^controller\\.animation\\.[a-z\\.]+" },
"propertyNames": { "pattern": "^controller\\.animation\\.[a-z\\.]+", "examples": ["controller.animation.example", "controller.animation.example.foo"] },
"additionalProperties": {
"additionalProperties": false,
"type": "object",