From ecbb44bcd8c3641834916387a143f090d0a967f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Jul 2022 21:05:13 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 5281c3ab..f33e2015 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1650,9 +1650,53 @@ "audio": { "type": "string", "description": "The radius of this audio volume" + }, + "track": { + "description": "The audio track of this audio volume", + "$ref": "#/definitions/AudioMixerTrackName" } } }, + "AudioMixerTrackName": { + "type": "string", + "description": "", + "x-enumNames": [ + "Undefined", + "Menu", + "Music", + "Environment", + "Environment_Unfiltered", + "EndTimes_SFX", + "Signal", + "Death", + "Player", + "Player_External", + "Ship", + "Map", + "EndTimes_Music", + "MuffleWhileRafting", + "MuffleIndoors", + "SlideReelMusic" + ], + "enum": [ + "undefined", + "menu", + "music", + "environment", + "environmentUnfiltered", + "endTimesSfx", + "signal", + "death", + "player", + "playerExternal", + "ship", + "map", + "endTimesMusic", + "muffleWhileRafting", + "muffleIndoors", + "slideReelMusic" + ] + }, "SignalInfo": { "type": "object", "additionalProperties": false,