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",
|
||||
"description": "Describes a body to generate",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"AsteroidBelt": {
|
||||
"description": "Generate asteroids around this body",
|
||||
@ -53,7 +56,8 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Unique name of your planet"
|
||||
"description": "Unique name of your planet",
|
||||
"minLength": 1
|
||||
},
|
||||
"Orbit": {
|
||||
"description": "Describes this Body's orbit (or lack there of)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user