From 9cda523231cf05f66c85be252e73f435b23b1427 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 26 Nov 2022 01:37:39 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 7352718a..ff6afae1 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2523,6 +2523,13 @@ "$ref": "#/definitions/VolumeInfo" } }, + "lightSourceVolumes": { + "type": "array", + "description": "Add light source volumes to this planet. These will activate rafts and other light detectors.", + "items": { + "$ref": "#/definitions/VolumeInfo" + } + }, "mapRestrictionVolumes": { "type": "array", "description": "Add map restriction volumes to this planet.",