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
e5b8aeeda7
commit
f0b032ded9
@ -118,6 +118,10 @@
|
||||
"Water": {
|
||||
"description": "Add water to this planet",
|
||||
"$ref": "#/definitions/WaterModule"
|
||||
},
|
||||
"$schema": {
|
||||
"type": "string",
|
||||
"description": "The schema to validate with"
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
|
||||
@ -41,6 +41,10 @@
|
||||
"subtitle": {
|
||||
"type": "string",
|
||||
"description": "Relative path to the image file to use as the subtitle image (replaces the eote banner)"
|
||||
},
|
||||
"$schema": {
|
||||
"type": "string",
|
||||
"description": "The schema to validate with"
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
|
||||
@ -24,6 +24,10 @@
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"$schema": {
|
||||
"type": "string",
|
||||
"description": "The schema to validate with"
|
||||
}
|
||||
},
|
||||
"$docs": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user