From 945484ed7d8aa27c9f7726b51edb66c1fba55f53 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 7 Jan 2025 00:37:36 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 4f1267dd..3f308209 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1351,6 +1351,12 @@ "$ref": "#/definitions/StateQuantumGroupInfo" } }, + "lightningQuantumGroups": { + "type": "array", + "items": { + "$ref": "#/definitions/LightningQuantumGroupInfo" + } + }, "dreamCampfires": { "type": "array", "description": "Add campfires that allow you to enter the dream world/simulation (requires Echoes of the Eye DLC). Must be paired with a dream arrival point, which can be placed on this planet or elsewhere.", @@ -3487,6 +3493,15 @@ } } }, + "LightningQuantumGroupInfo": { + "type": "object", + "additionalProperties": false, + "properties": { + "id": { + "type": "string" + } + } + }, "DreamCampfireInfo": { "type": "object", "additionalProperties": false,