{ "title": "Images", "description": "The images that are contained within this element.", "anyOf": [ { "$ref": "../../general/item_ref.json" }, { "type": "array", "items": { "oneOf": [ { "$ref": "../../general/item_ref.json" }, { "title": "Texture", "type": "object", "properties": { "texture_path": { "title": "Texture Path", "$ref": "../../general/texture_file_path.json" } } } ] } } ] }