Updated Schemas

This commit is contained in:
Ben C 2025-01-18 23:28:04 +00:00
parent a928240e49
commit bba0a1a42b

View File

@ -995,6 +995,10 @@
"type": "string", "type": "string",
"description": "A unique ID to associate this traveler with their corresponding quantum instruments and instrument zones. Must be unique for each traveler." "description": "A unique ID to associate this traveler with their corresponding quantum instruments and instrument zones. Must be unique for each traveler."
}, },
"name": {
"type": "string",
"description": "The name to display for this traveler's signals. Defaults to the name of the detail."
},
"startPlayingCondition": { "startPlayingCondition": {
"type": "string", "type": "string",
"description": "The dialogue condition that will trigger the traveler to start playing their instrument. Must be unique for each traveler." "description": "The dialogue condition that will trigger the traveler to start playing their instrument. Must be unique for each traveler."