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,