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,