mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
e26a341640
commit
916befa0ff
@ -14,13 +14,6 @@
|
|||||||
"$schema": {
|
"$schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The schema to validate with"
|
"description": "The schema to validate with"
|
||||||
},
|
|
||||||
"extras": {
|
|
||||||
"type": "object",
|
|
||||||
"description": "Extra data that may be used by extension mods",
|
|
||||||
"additionalProperties": {
|
|
||||||
"type": "object"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
@ -69,7 +62,11 @@
|
|||||||
"$ref": "#/definitions/MenuPlanetModule"
|
"$ref": "#/definitions/MenuPlanetModule"
|
||||||
},
|
},
|
||||||
"extras": {
|
"extras": {
|
||||||
"description": "Extra data that may be used by extension mods"
|
"type": "object",
|
||||||
|
"description": "Extra data that may be used by extension mods",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "object"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user