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