diff --git a/contrib/schema.json b/contrib/schema.json index 73103c2..ff54446 100644 --- a/contrib/schema.json +++ b/contrib/schema.json @@ -61,6 +61,12 @@ "listen": { "type": "string" }, + "logExcludePathRegexps": { + "items": { + "type": "string" + }, + "type": "array" + }, "logRequests": { "type": "boolean" },