From d1597b5206c3b55f0bcd24f48849b244398191c6 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 16 Jul 2023 18:47:37 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ec905995..668fafc1 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -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,