mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
update schema organization anf change some things.
This commit is contained in:
parent
5f8377acaa
commit
ec3ec7db4e
22 changed files with 796 additions and 676 deletions
|
|
@ -1,25 +1,19 @@
|
|||
{
|
||||
"$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"]
|
||||
"description": "Mod Container version, currently unused.",
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 0
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"$ref": "https://raw.githubusercontent.com/xivdev/Penumbra/master/schemas/container.json"
|
||||
},
|
||||
{
|
||||
"$ref": "structs/container.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue