Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/anims.json
2023-10-24 19:49:51 +02:00

16 lines
284 B
JSON

{
"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"
}
}
]
}