13 lines
200 B
JSON
13 lines
200 B
JSON
|
|
{
|
||
|
|
"title": "Checked Control",
|
||
|
|
"description": "The control that will be checked.",
|
||
|
|
"anyOf": [
|
||
|
|
{
|
||
|
|
"enum": ["checked"]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "../../general/item_ref.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|