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
5c3a4943b5
commit
a376ebbb38
@ -1111,9 +1111,27 @@
|
||||
"xmlFile": {
|
||||
"type": "string",
|
||||
"description": "Relative path to the xml file defining the dialogue."
|
||||
},
|
||||
"flashlightToggle": {
|
||||
"default": "none",
|
||||
"$ref": "#/definitions/FlashlightToggle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FlashlightToggle": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
"x-enumNames": [
|
||||
"TurnOff",
|
||||
"TurnOffThenOn",
|
||||
"None"
|
||||
],
|
||||
"enum": [
|
||||
"turnOff",
|
||||
"turnOffThenOn",
|
||||
"none"
|
||||
]
|
||||
},
|
||||
"EntryLocationInfo": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user