Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/anims.json

16 lines
284 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Animations",
"description": "The animations that are contained within this element.",
"anyOf": [
{
"$ref": "../../general/item_ref.json"
},
{
"type": "array",
"items": {
"$ref": "../../general/item_ref.json"
}
}
]
}