From f2cad5d04424ae71df97044f36d002072dc1b7a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Nov 2022 03:27:41 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 53171b59..9a7440f1 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2838,6 +2838,11 @@ "default": "enter", "$ref": "#/definitions/RevealVolumeType" }, + "revealFor": { + "description": "What needs to be enter the volume to unlock the facts (`enter` only)", + "default": "both", + "$ref": "#/definitions/EnterType" + }, "reveals": { "type": "array", "description": "A list of facts to reveal", @@ -2865,6 +2870,20 @@ "snapshot" ] }, + "EnterType": { + "type": "string", + "description": "", + "x-enumNames": [ + "Both", + "Player", + "Probe" + ], + "enum": [ + "both", + "player", + "probe" + ] + }, "PriorityVolumeInfo": { "type": "object", "additionalProperties": false,