diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 52521392c..87095cd69 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -567,6 +567,9 @@ "properties": { "glob": { "type": "string" + }, + "name_template": { + "type": "string" } }, "additionalProperties": false,