From 28a76cdaf1a0311829e7db0c3ca80002fefca46c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Oct 2022 16:26:22 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index cbd0b20d..b36f5907 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1105,6 +1105,14 @@ "xmlFile": { "type": "string", "description": "Relative path to the xml file defining the dialogue." + }, + "rename": { + "type": "string", + "description": "Optionally rename the dialogue object. The remote trigger volume will be renamed to have this as a prefix." + }, + "parentPath": { + "type": "string", + "description": "Optionally set the parent object that the dialogue and remote trigger will be attached to" } } },