Updated Schemas

This commit is contained in:
github-actions[bot] 2022-11-16 03:27:41 +00:00
parent 98cf27b003
commit f2cad5d044

View File

@ -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,