master
json 21 lines 559 Bytes
Raw
1 {
2 "jsonSchema": {
3 "type": "object",
4 "properties": {
5 "update_every": {
6 "title": "Check interval",
7 "description": "How often to check for new or stale devices, in seconds.",
8 "type": "integer",
9 "minimum": 10,
10 "default": 60
11 },
12 "refresh_every": {
13 "title": "Refresh interval",
14 "description": "How often to refresh topology data for each device.",
15 "type": "string",
16 "pattern": "^[0-9]+(\\.[0-9]+)?(ms|s|m|h|d|w|mo|y)?$",
17 "default": "30m"
18 }
19 }
20 }
21 }