master
json 21 lines 460 Bytes
Raw
1 {
2 "jsonSchema": {
3 "$schema": "http://json-schema.org/draft-07/schema#",
4 "title": "WireGuard collector configuration.",
5 "type": "object",
6 "properties": {
7 "update_every": {
8 "title": "Update every",
9 "description": "Data collection interval, measured in seconds.",
10 "type": "integer",
11 "minimum": 1,
12 "default": 1
13 }
14 }
15 },
16 "uiSchema": {
17 "uiOptions": {
18 "fullPage": true
19 }
20 }
21 }