From 70ee5f4107ba1b51e38fc008a4f0f11c7930e198 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 0a91d7e40e8..99121a9390f 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -104,6 +104,9 @@ const char config_schema_string[] = LONG_STRING_CONST( "buffered_outputs": { "type": "boolean" }, + "suggested_formats": { + "type": "boolean" + }, "rule_matching": { "type": "string" },