Files
2023-10-24 19:49:51 +02:00

13 lines
201 B
JSON

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