6 lines
143 B
JSON
6 lines
143 B
JSON
|
|
{
|
||
|
|
"title": "Texture File Path",
|
||
|
|
"type": "string",
|
||
|
|
"pattern": "^textures\/[a-zA-Z0-9/_.-]+$",
|
||
|
|
"examples": ["textures/ui/file"]
|
||
|
|
}
|