diff --git a/userspace/falco/config_json_schema.h b/userspace/falco/config_json_schema.h index 3b2f2bea..70a4c11b 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -94,6 +94,9 @@ const char config_schema_string[] = LONG_STRING_CONST( "engine": { "$ref": "#/definitions/Engine" }, + "capture": { + "$ref": "#/definitions/Capture" + }, "load_plugins": { "type": "array", "items": {