schema/v2: make options for devices optional
Some devices might not need any options.
This commit is contained in:
parent
31943072c7
commit
50627b713c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"device": {
|
||||
"title": "Device for a stage",
|
||||
"additionalProperties": false,
|
||||
"required": ["type", "options"],
|
||||
"required": ["type"],
|
||||
"properties": {
|
||||
"type": { "type": "string" },
|
||||
"options": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue