diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 0377e52af..b6d6830fd 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -969,6 +969,12 @@ }, "Filters": { "properties": { + "include": { + "items": { + "type": "string" + }, + "type": "array" + }, "exclude": { "items": { "type": "string"