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
332fc28175
commit
d1597b5206
@ -320,9 +320,26 @@
|
||||
"type": "number",
|
||||
"format": "float",
|
||||
"minimum": 0.0
|
||||
},
|
||||
"material": {
|
||||
"$ref": "#/definitions/Material"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Material": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
"x-enumNames": [
|
||||
"Default",
|
||||
"Ice",
|
||||
"Quantum"
|
||||
],
|
||||
"enum": [
|
||||
"default",
|
||||
"ice",
|
||||
"quantum"
|
||||
]
|
||||
},
|
||||
"AtmosphereModule": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user