"description":"The description of the this entity",
"properties":{
"animations":{
"title":"Animations",
"description":"Sets the mapping of internal animation / animation controllers references to actual animations. This is a JSON Object of name/animation pairs",
"type":"object",
"additionalProperties":{
"title":"Animation / Controller",
"description":"The name of the animation controller / animation",
"type":"string",
"examples":["animation.","controller."]
}
},
"identifier":{
"$ref":"../../../general/entity/identifier.json",
"description":"Sets the identifier for this entity's description.",
"description":"Sets the mapping of internal animation controller references to actual animation controller. This is a JSON Array of name/animation-controller pairs",
"properties":{
"animate":{
"type":"array",
"title":"Animate",
"description":"Tells minecraft to run which animation / animation controllers and under what conditions",
"items":{
"oneOf":[
{"type":"string","title":"Animation","description":"The name of an animation controller referenced in animations"},
{
"type":"object",
"title":"Conditional Animation",
"description":"A conditional statement to run the animation under a specified condition",