diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 71f179e6..90c4c303 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -343,11 +343,11 @@ "Plasma" ], "enum": [ - "NONE", - "WATER", - "CLOUD", - "SAND", - "PLASMA" + "none", + "water", + "cloud", + "sand", + "plasma" ] }, "MGradient": { @@ -528,10 +528,10 @@ "Star" ], "enum": [ - "Sand", - "Water", - "Lava", - "Star" + "sand", + "water", + "lava", + "star" ] }, "HeightMapModule": { @@ -983,9 +983,9 @@ "enum": [ "wall", "scroll", - "Computer", - "Cairn", - "Recorder" + "computer", + "cairn", + "recorder" ] }, "RaftInfo": { @@ -1310,7 +1310,7 @@ }, "fluidType": { "description": "Fluid type for sounds/effects when colliding with this ring.", - "$ref": "#/definitions/CloudFluidType2" + "$ref": "#/definitions/CloudFluidType" }, "inclination": { "type": "number", @@ -1349,24 +1349,6 @@ } } }, - "CloudFluidType2": { - "type": "integer", - "description": "", - "x-enumNames": [ - "None", - "Water", - "Cloud", - "Sand", - "Plasma" - ], - "enum": [ - 0, - 1, - 2, - 3, - 4 - ] - }, "SandModule": { "type": "object", "additionalProperties": false, @@ -1659,8 +1641,8 @@ "WhiteHole" ], "enum": [ - "BlackHole", - "WhiteHole" + "blackHole", + "whiteHole" ] }, "SpawnModule": {