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