Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-18 19:08:06 +00:00
parent fc6d5d8a74
commit 7493b20a8f

View File

@ -2303,11 +2303,6 @@
"description": "Colour of the star at the end of its lifespan.", "description": "Colour of the star at the end of its lifespan.",
"$ref": "#/definitions/MColor" "$ref": "#/definitions/MColor"
}, },
"goSupernova": {
"type": "boolean",
"description": "Should this star explode at the end of its lifespan?",
"default": true
},
"lifespan": { "lifespan": {
"type": "number", "type": "number",
"description": "How long in minutes this star will last until it supernovas.", "description": "How long in minutes this star will last until it supernovas.",
@ -2389,11 +2384,13 @@
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [
"Default", "Default",
"None",
"PlanetaryNebula", "PlanetaryNebula",
"Supernova" "Supernova"
], ],
"enum": [ "enum": [
"default", "default",
"none",
"planetaryNebula", "planetaryNebula",
"supernova" "supernova"
] ]