timeline-state-resolver
Version:
Have timeline, control stuff
23 lines (22 loc) • 653 B
JSON
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Sofie Chef Options",
"type": "object",
"properties": {
"address": {
"type": "string",
"ui:title": "Device URL",
"ui:description": "Example: 'ws://127.0.0.1:5271'",
"description": "Address to the Sofie Chef websocket server. Example: 'ws://127.0.0.1:5271'"
},
"apiKey": {
"type": "string",
"ui:title": "API Key",
"description": "Access key to the Sofie Chef API"
}
},
"required": [
"address"
],
"additionalProperties": false
}