13 lines
186 B
JSON
13 lines
186 B
JSON
|
|
{
|
||
|
|
"title": "Scrollbar Box",
|
||
|
|
"description": "The box of the scrollbar.",
|
||
|
|
"anyOf": [
|
||
|
|
{
|
||
|
|
"enum": ["box"]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "../../general/item_ref.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|