diff --git a/userspace/falco/config_json_schema.h b/userspace/falco/config_json_schema.h index e5d1d701..6048c472 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -518,7 +518,7 @@ const char config_schema_string[] = LONG_STRING_CONST( "keep_alive": { "type": "boolean" }, - "max_consecutive_timeouts:" { + "max_consecutive_timeouts": { "type": "integer" } },