diff --git a/userspace/falco/config_json_schema.h b/userspace/falco/config_json_schema.h index 1fbb5d153c8..430b9123e79 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -596,6 +596,9 @@ const char config_schema_string[] = LONG_STRING_CONST( }, { "type": "string" + }, + { + "type": "null" } ] },