diff --git a/source/behavior/animation_controllers/1.10.0/animation_controller.json b/source/behavior/animation_controllers/1.10.0/animation_controller.json index 99dcdf12..8535324a 100644 --- a/source/behavior/animation_controllers/1.10.0/animation_controller.json +++ b/source/behavior/animation_controllers/1.10.0/animation_controller.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behavior.animation_controller.1.10.0", "type": "object", - "definitions": { "animationspec": { "anyOf": [ @@ -78,7 +77,8 @@ "title": "Animation Controllers", "description": "The animation controllers schema for 1.10.0", "propertyNames": { - "pattern": "^controller\\.animation\\.[a-z\\.]+" + "pattern": "^controller\\.animation\\.[a-z\\.]+", + "examples": ["controller.animation.example", "controller.animation.example.foo"] }, "additionalProperties": { "additionalProperties": false, diff --git a/source/behavior/animation_controllers/1.8.0/animation_controller.json b/source/behavior/animation_controllers/1.8.0/animation_controller.json index 22f71353..53cd9a75 100644 --- a/source/behavior/animation_controllers/1.8.0/animation_controller.json +++ b/source/behavior/animation_controllers/1.8.0/animation_controller.json @@ -76,7 +76,8 @@ "title": "Animation Controllers Schema", "description": "The animation controllers schema for 1.8.0", "propertyNames": { - "pattern": "^controller\\.animation\\.[a-z\\.]+" + "pattern": "^controller\\.animation\\.[a-z\\.]+", + "examples": ["controller.animation.example", "controller.animation.example.foo"] }, "additionalProperties": { "additionalProperties": false, diff --git a/source/resource/animation_controllers/1.10.0/animation_controller.json b/source/resource/animation_controllers/1.10.0/animation_controller.json index 91e1b45a..0831819f 100644 --- a/source/resource/animation_controllers/1.10.0/animation_controller.json +++ b/source/resource/animation_controllers/1.10.0/animation_controller.json @@ -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", diff --git a/source/resource/animation_controllers/1.8.0/animation_controller.json b/source/resource/animation_controllers/1.8.0/animation_controller.json index 65c0e533..3d57d612 100644 --- a/source/resource/animation_controllers/1.8.0/animation_controller.json +++ b/source/resource/animation_controllers/1.8.0/animation_controller.json @@ -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",