mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
19 lines
478 B
JSON
19 lines
478 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"allOf": [
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"Version": {
|
|
"description": "Mod Container version, currently unused.",
|
|
"type": "integer",
|
|
"minimum": 0,
|
|
"maximum": 0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$ref": "structs/container.json"
|
|
}
|
|
]
|
|
}
|