From 25f36ecf34c2d4518eb349bd9fd20830a8d0ee49 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 19 Jul 2023 04:07:01 +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 33e355ad..8974ffde 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3053,14 +3053,7 @@ "properties": { "offset": { "description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).", - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/definitions/MVector3" - } - ] + "$ref": "#/definitions/MVector3" }, "rotation": { "description": "Rotation of the object", @@ -3105,14 +3098,7 @@ "properties": { "offset": { "description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).", - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/definitions/MVector3" - } - ] + "$ref": "#/definitions/MVector3" }, "rotation": { "description": "Rotation of the object",