Skip to content
Snippets Groups Projects
Commit b55a000d authored by Pelle Koster's avatar Pelle Koster
Browse files

add missing key to jsonschema

parent a797f471
Branches
Tags
No related merge requests found
...@@ -65,6 +65,7 @@ ERROR_REPORT_CONFIG_SCHEMA = { ...@@ -65,6 +65,7 @@ ERROR_REPORT_CONFIG_SCHEMA = {
"items": {"type": "string", "format": "uri"}, "items": {"type": "string", "format": "uri"},
"minItems": 1, "minItems": 1,
}, },
"inventory-url": {"type": "string"},
"influx": {"$ref": "#/definitions/influx-db-params"}, "influx": {"$ref": "#/definitions/influx-db-params"},
"exclude-interfaces": { "exclude-interfaces": {
"type": "array", "type": "array",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment