diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index fce018ac..baca097d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3443,7 +3443,7 @@ }, "type": { "description": "The type of fluid for this volume.", - "$ref": "#/definitions/FluidType2" + "$ref": "#/definitions/FluidType" }, "alignmentFluid": { "type": "boolean", @@ -3460,28 +3460,6 @@ } } }, - "FluidType2": { - "type": "string", - "description": "", - "x-enumNames": [ - "NONE", - "AIR", - "WATER", - "CLOUD", - "SAND", - "PLASMA", - "FOG" - ], - "enum": [ - "none", - "air", - "water", - "cloud", - "sand", - "plasma", - "fog" - ] - }, "HazardVolumeInfo": { "type": "object", "additionalProperties": false,