chore(userspace): update config schema.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2024-10-22 09:12:01 +02:00 committed by poiana
parent 114757d215
commit 70ee5f4107

View File

@ -104,6 +104,9 @@ const char config_schema_string[] = LONG_STRING_CONST(
"buffered_outputs": {
"type": "boolean"
},
"suggested_formats": {
"type": "boolean"
},
"rule_matching": {
"type": "string"
},