Updating config schema
All checks were successful
continuous-integration/drone/push Build is passing

asdf
This commit is contained in:
Brandon Watson 2022-09-07 14:44:14 -05:00
parent feb5533419
commit 51b82fc8d2

View File

@ -37,13 +37,13 @@
"items": {
"type": "object",
"properties": {
"ip": {
"name": {
"title": "Name",
"type": "string",
"required": true
},
"cron": {
"title": "Poll Delay in MS",
"title": "Cron Schedule",
"type": "string",
"required": false
}
@ -69,7 +69,7 @@
"required": true
},
"cron": {
"title": "Poll Delay in MS",
"title": "Cron Schedule",
"type": "string",
"required": false
}