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