From 9f0f055ff8f5291d665a675ccedc5e33d2e69843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Aug 2022 20:30:42 +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 b6e5d364..3dc6a35b 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2407,6 +2407,13 @@ "$ref": "#/definitions/VolumeInfo" } }, + "insulatingVolumes": { + "type": "array", + "description": "Add insulating volumes to this planet", + "items": { + "$ref": "#/definitions/VolumeInfo" + } + }, "mapRestrictionVolumes": { "type": "array", "description": "Add map restriction volumes to this planet",