Files

13 lines
192 B
JSON
Raw Permalink Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Scrollbar Track",
"description": "The track of the scrollbar.",
"anyOf": [
{
"enum": ["track"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}