From b55a000d84299127dd680736239db06f60977bd2 Mon Sep 17 00:00:00 2001
From: Pelle Koster <pelle.koster@geant.org>
Date: Thu, 2 May 2024 15:39:39 +0200
Subject: [PATCH] add missing key to jsonschema

---
 brian_polling_manager/error_report/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/brian_polling_manager/error_report/config.py b/brian_polling_manager/error_report/config.py
index f0bcc5b..4c3d75a 100644
--- a/brian_polling_manager/error_report/config.py
+++ b/brian_polling_manager/error_report/config.py
@@ -65,6 +65,7 @@ ERROR_REPORT_CONFIG_SCHEMA = {
             "items": {"type": "string", "format": "uri"},
             "minItems": 1,
         },
+        "inventory-url": {"type": "string"},
         "influx": {"$ref": "#/definitions/influx-db-params"},
         "exclude-interfaces": {
             "type": "array",
-- 
GitLab