master
json 6 lines 464 Bytes
Raw
1 {
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "Netdata Flows integrations metadata.",
4 "description": "Flows integrations share the same shape as collector integrations: identity, overview, setup, troubleshooting. Every entry under integration_type=flows validates against this schema, which currently delegates to collector.json. Forking the schema is acceptable when flow-specific fields diverge.",
5 "$ref": "./collector.json"
6 }