Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-24 23:48:02 +00:00
parent e5b8aeeda7
commit f0b032ded9
3 changed files with 12 additions and 0 deletions

View File

@ -118,6 +118,10 @@
"Water": {
"description": "Add water to this planet",
"$ref": "#/definitions/WaterModule"
},
"$schema": {
"type": "string",
"description": "The schema to validate with"
}
},
"definitions": {

View File

@ -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": {

View File

@ -24,6 +24,10 @@
"additionalProperties": {
"type": "string"
}
},
"$schema": {
"type": "string",
"description": "The schema to validate with"
}
},
"$docs": {