13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"title": "Toggle Default State",
|
|
"description": "The default state of the toggle.",
|
|
"anyOf": [
|
|
{
|
|
"enum": ["checked", "unchecked"]
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|