From 07aec7e678a9cd2e09af77d100bb291bc1c7ebd0 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 1fbb5d153c8..430b9123e79 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -596,6 +596,9 @@ const char config_schema_string[] = LONG_STRING_CONST( }, { "type": "string" + }, + { + "type": "null" } ] },