mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
22 lines
500 B
JSON
22 lines
500 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"Type": {
|
|
"const": "Single"
|
|
},
|
|
"Options": {
|
|
"type": "array",
|
|
"items": {
|
|
"allOf": [
|
|
{
|
|
"$ref": "option.json"
|
|
},
|
|
{
|
|
"$ref": "container.json"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|