13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"title": "Orientation",
|
|
"description": "The orientation of the element.",
|
|
"anyOf": [
|
|
{
|
|
"enum": ["horizontal", "vertical"]
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|