16 lines
284 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|