Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/checked_control.json
2023-10-24 19:49:51 +02:00

13 lines
200 B
JSON

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