Files

13 lines
210 B
JSON
Raw Permalink Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Texture File System",
"description": "The file system that the texture is in.",
"anyOf": [
{
"enum": ["RawPath"]
},
{
"$ref": "../../general/variable.json"
}
]
}