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
945992e41c
commit
4851918e5f
@ -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)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user