mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
98cf27b003
commit
f2cad5d044
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user