From 416a780f69ef528d48d33e8c63f25a24f91d09b3 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 26 Dec 2022 11:54:54 +0100 Subject: [PATCH] jsonschema: do not enforce keys for alert metadata As this is a free field and can have any key based on a rule --- etc/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/schema.json b/etc/schema.json index 2de12bf329..017b709c14 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -264,7 +264,7 @@ } } }, - "additionalProperties": false + "additionalProperties": true }, "source": { "type": "object", -- 2.47.2