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

View File

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

View File

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