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",
|
"default": "enter",
|
||||||
"$ref": "#/definitions/RevealVolumeType"
|
"$ref": "#/definitions/RevealVolumeType"
|
||||||
},
|
},
|
||||||
|
"revealFor": {
|
||||||
|
"description": "What needs to be enter the volume to unlock the facts (`enter` only)",
|
||||||
|
"default": "both",
|
||||||
|
"$ref": "#/definitions/EnterType"
|
||||||
|
},
|
||||||
"reveals": {
|
"reveals": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "A list of facts to reveal",
|
"description": "A list of facts to reveal",
|
||||||
@ -2865,6 +2870,20 @@
|
|||||||
"snapshot"
|
"snapshot"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"EnterType": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "",
|
||||||
|
"x-enumNames": [
|
||||||
|
"Both",
|
||||||
|
"Player",
|
||||||
|
"Probe"
|
||||||
|
],
|
||||||
|
"enum": [
|
||||||
|
"both",
|
||||||
|
"player",
|
||||||
|
"probe"
|
||||||
|
]
|
||||||
|
},
|
||||||
"PriorityVolumeInfo": {
|
"PriorityVolumeInfo": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user