Skip to content

Commit 073c74b

Browse files
committed
chore(userspace): update config schema.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent dbc059a commit 073c74b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

userspace/falco/config_json_schema.h

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ const char config_schema_string[] = LONG_STRING_CONST(
101101
"buffered_outputs": {
102102
"type": "boolean"
103103
},
104+
"suggested_formats": {
105+
"type": "boolean"
106+
},
104107
"rule_matching": {
105108
"type": "string"
106109
},

0 commit comments

Comments
 (0)