19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"title": "Controls",
|
|
"description": "The controls that are contained within this element.",
|
|
"anyOf": [
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"additionalProperties": {
|
|
"title": "Sub Element",
|
|
"$ref": "#/definitions/grouped"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|