Penumbra/schemas/default_mod.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"
}
]
}