From fed8ccce8045c6ab559f7f743ae1266f1b3664a2 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 25 Mar 2023 17:47:04 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index b21da199..fce018ac 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1188,6 +1188,10 @@ "description": "The radius that the added sphere collider will use for physics collision.\nIf there's already good colliders on the detail, you can make this 0.", "format": "float", "default": 1.0 + }, + "ignoreSun": { + "type": "boolean", + "description": "Set to true if this object's lighting should ignore the effects of sunlight" } } }, @@ -2234,7 +2238,7 @@ }, "whiteboard": { "description": "Whiteboard that the stones can put text onto", - "$ref": "#/definitions/WhiteboardInfo" + "$ref": "#/definitions/RemoteWhiteboardInfo" }, "platform": { "description": "Camera platform that the stones can project to and from", @@ -2249,7 +2253,7 @@ } } }, - "WhiteboardInfo": { + "RemoteWhiteboardInfo": { "type": "object", "additionalProperties": false, "properties": {