Update schemata to accommodate changes to WebSockets
This commit is contained in:
parent
b9039b2ad4
commit
b41339a8c5
2 changed files with 3 additions and 29 deletions
|
@ -136,9 +136,6 @@
|
|||
},
|
||||
{
|
||||
"const": "oneshot",
|
||||
"enum": [
|
||||
"oneshot"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
|
@ -172,9 +169,6 @@
|
|||
},
|
||||
{
|
||||
"const": "oneshot",
|
||||
"enum": [
|
||||
"oneshot"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
|
@ -328,9 +322,6 @@
|
|||
"state": {
|
||||
"const": "stop",
|
||||
"default": "stop",
|
||||
"enum": [
|
||||
"stop"
|
||||
],
|
||||
"title": "State",
|
||||
"type": "string"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue