13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"title": "Texture File System",
|
|
"description": "The file system that the texture is in.",
|
|
"anyOf": [
|
|
{
|
|
"enum": ["RawPath"]
|
|
},
|
|
{
|
|
"$ref": "../../general/variable.json"
|
|
}
|
|
]
|
|
}
|