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