17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"title": "Text Labels",
|
|
"description": "The labels of the text.",
|
|
"anyOf": [
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"title": "Text Label"
|
|
}
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|