fix(userspace/falco): add "capture" in config schema

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2025-07-18 15:18:06 +02:00
parent ad4707bfe5
commit cbc9158a1c
No known key found for this signature in database
GPG Key ID: 5826A20627574B83

View File

@ -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": {