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

17 lines
264 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Text Labels",
"description": "The labels of the text.",
"anyOf": [
{
"type": "array",
"items": {
"type": "string",
"title": "Text Label"
}
},
{
"$ref": "../../general/item_ref.json"
}
]
}