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