Updated
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.behavior.animation_controller.1.10.0",
|
"$id": "blockception.minecraft.behavior.animation_controller.1.10.0",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"animationspec": {
|
"animationspec": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
@@ -78,7 +77,8 @@
|
|||||||
"title": "Animation Controllers",
|
"title": "Animation Controllers",
|
||||||
"description": "The animation controllers schema for 1.10.0",
|
"description": "The animation controllers schema for 1.10.0",
|
||||||
"propertyNames": {
|
"propertyNames": {
|
||||||
"pattern": "^controller\\.animation\\.[a-z\\.]+"
|
"pattern": "^controller\\.animation\\.[a-z\\.]+",
|
||||||
|
"examples": ["controller.animation.example", "controller.animation.example.foo"]
|
||||||
},
|
},
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
@@ -76,7 +76,8 @@
|
|||||||
"title": "Animation Controllers Schema",
|
"title": "Animation Controllers Schema",
|
||||||
"description": "The animation controllers schema for 1.8.0",
|
"description": "The animation controllers schema for 1.8.0",
|
||||||
"propertyNames": {
|
"propertyNames": {
|
||||||
"pattern": "^controller\\.animation\\.[a-z\\.]+"
|
"pattern": "^controller\\.animation\\.[a-z\\.]+",
|
||||||
|
"examples": ["controller.animation.example", "controller.animation.example.foo"]
|
||||||
},
|
},
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Animation Controllers Schema",
|
"title": "Animation Controllers Schema",
|
||||||
"description": "The animation controllers schema for 1.10.0",
|
"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": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Animation Controllers Schema",
|
"title": "Animation Controllers Schema",
|
||||||
"description": "The animation controllers schema for 1.8.0",
|
"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": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user