From 6721a6b9cf93186bb2bb20350dedfc2714fbabae 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 1fbb5d15..430b9123 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" } ] },