From 3c4b315ff26c7800df9abfd431670187f135f93c Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Tue, 8 Oct 2024 08:27:52 +0000 Subject: [PATCH] fix(engine): allow null init_config for plugin info Signed-off-by: Luca Guerra --- userspace/falco/config_json_schema.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userspace/falco/config_json_schema.h b/userspace/falco/config_json_schema.h index ba6419e7..ba9546c8 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -593,6 +593,9 @@ const char config_schema_string[] = LONG_STRING_CONST( }, { "type": "string" + }, + { + "type": "null" } ] },