Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-24 22:26:45 +00:00
parent 945992e41c
commit 4851918e5f

View File

@ -4,6 +4,9 @@
"type": "object", "type": "object",
"description": "Describes a body to generate", "description": "Describes a body to generate",
"additionalProperties": false, "additionalProperties": false,
"required": [
"name"
],
"properties": { "properties": {
"AsteroidBelt": { "AsteroidBelt": {
"description": "Generate asteroids around this body", "description": "Generate asteroids around this body",
@ -53,7 +56,8 @@
}, },
"name": { "name": {
"type": "string", "type": "string",
"description": "Unique name of your planet" "description": "Unique name of your planet",
"minLength": 1
}, },
"Orbit": { "Orbit": {
"description": "Describes this Body's orbit (or lack there of)", "description": "Describes this Body's orbit (or lack there of)",