diff --git a/pungi/checks.py b/pungi/checks.py index 823f14d1..65e97ea6 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -942,6 +942,7 @@ def make_schema(): "repo": {"type": "string"}, "branch": {"$ref": "#/definitions/optional_string"}, "file": {"$ref": "#/definitions/strings"}, + "dir": {"$ref": "#/definitions/strings"}, "target": {"type": "string"}, }, "additionalProperties": False,