From 073c74b65da4419d708c5bec153771f91f796a65 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 22 Oct 2024 09:12:01 +0200 Subject: [PATCH] chore(userspace): update config schema. Signed-off-by: Federico Di Pierro --- 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 92ae04fe109..1fbb2db04ba 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -101,6 +101,9 @@ const char config_schema_string[] = LONG_STRING_CONST( "buffered_outputs": { "type": "boolean" }, + "suggested_formats": { + "type": "boolean" + }, "rule_matching": { "type": "string" },