diff --git a/userspace/falco/config_json_schema.h b/userspace/falco/config_json_schema.h index a9dd6f88..ba6419e7 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -587,7 +587,14 @@ const char config_schema_string[] = LONG_STRING_CONST( "type": "string" }, "init_config": { - "type": "string" + "anyOf": [ + { + "type": "object" + }, + { + "type": "string" + } + ] }, "open_params": { "type": "string"