18 lines
302 B
JSON
18 lines
302 B
JSON
|
|
{
|
||
|
|
"title": "Texture",
|
||
|
|
"description": "The texture to display.",
|
||
|
|
"anyOf": [
|
||
|
|
{
|
||
|
|
"type": "string",
|
||
|
|
"pattern": "^textures/[a-zA-Z0-9/_-]+$",
|
||
|
|
"examples": ["textures/ui/file"]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "../../general/item_ref.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|