Updating config schema
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
asdf
This commit is contained in:
parent
feb5533419
commit
51b82fc8d2
@ -37,13 +37,13 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"ip": {
|
"name": {
|
||||||
"title": "Name",
|
"title": "Name",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"cron": {
|
"cron": {
|
||||||
"title": "Poll Delay in MS",
|
"title": "Cron Schedule",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": false
|
"required": false
|
||||||
}
|
}
|
||||||
@ -69,7 +69,7 @@
|
|||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"cron": {
|
"cron": {
|
||||||
"title": "Poll Delay in MS",
|
"title": "Cron Schedule",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": false
|
"required": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user