Penumbra/schemas/default_mod.json
2025-01-17 01:45:37 +01:00

25 lines
842 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/xivdev/Penumbra/master/schemas/container.json",
"allOf": [
{
"type": "object",
"properties": {
"Version": {
"description": "???",
"type": ["integer", "null"]
},
"Description": {
"description": "Description of the sub-mod.",
"type": ["string", "null"]
},
"Image": {
"description": "Unused by Penumbra.",
"type": ["string", "null"]
}
}
}, {
"$ref": "https://raw.githubusercontent.com/xivdev/Penumbra/master/schemas/container.json"
}
]
}