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": {
|
"device": {
|
||||||
"title": "Device for a stage",
|
"title": "Device for a stage",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["type", "options"],
|
"required": ["type"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": { "type": "string" },
|
"type": { "type": "string" },
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue