From a4e8e7375b2573af9a0fe2e0296c9ec893a37b6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 May 2022 13:23:34 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index a2d86050..414972c5 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -287,14 +287,7 @@ }, "fluidType": { "description": "Fluid type for sounds/effects when colliding with this cloud.", - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/definitions/CloudFluidType" - } - ] + "$ref": "#/definitions/CloudFluidType" }, "hasLightning": { "type": "boolean", @@ -1315,14 +1308,7 @@ }, "fluidType": { "description": "Fluid type for sounds/effects when colliding with this ring.", - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/definitions/CloudFluidType2" - } - ] + "$ref": "#/definitions/CloudFluidType2" }, "inclination": { "type": "number",