From 1f24e88bdf600b747c8cddde4ef98a033b4f9b44 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 14 Jun 2023 03:16:22 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 896451a8..a45b559d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -485,17 +485,25 @@ "description": "", "x-enumNames": [ "NONE", + "AIR", "WATER", + "TRACTOR_BEAM", "CLOUD", "SAND", - "PLASMA" + "PLASMA", + "FOG", + "GEYSER" ], "enum": [ "none", + "air", "water", + "tractorBeam", "cloud", "sand", - "plasma" + "plasma", + "fog", + "geyser" ] }, "MGradient": {