Updated Schemas

This commit is contained in:
github-actions[bot] 2022-11-27 00:37:28 +00:00
parent 5c3a4943b5
commit a376ebbb38

View File

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