From bba0a1a42b56009de0b9a76638c8e7e70bdf6bbf Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 18 Jan 2025 23:28:04 +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 86af5942..73c73cf9 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -995,6 +995,10 @@ "type": "string", "description": "A unique ID to associate this traveler with their corresponding quantum instruments and instrument zones. Must be unique for each traveler." }, + "name": { + "type": "string", + "description": "The name to display for this traveler's signals. Defaults to the name of the detail." + }, "startPlayingCondition": { "type": "string", "description": "The dialogue condition that will trigger the traveler to start playing their instrument. Must be unique for each traveler."