github.com/netdata/go.d.plugin@v0.58.1/modules/logind/config_schema.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "title": "go.d/logind job configuration schema.", 4 "type": "object", 5 "properties": { 6 "name": { 7 "type": "string" 8 }, 9 "timeout": { 10 "type": [ 11 "string", 12 "integer" 13 ] 14 } 15 }, 16 "required": [ 17 "name" 18 ] 19 }