From 5817b8e6e5c3b607b71dbc045d56ab4afc254d8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Jul 2022 16:27:29 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index b8ae30d0..0abbdeee 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1377,6 +1377,10 @@ "description": "The type of object this is.", "default": "slideReel", "$ref": "#/definitions/SlideShowType" + }, + "parentPath": { + "type": "string", + "description": "The relative path from the planet to the parent of this slideshow. Optional (will default to the root sector)." } } },