diff --git a/pungi/checks.py b/pungi/checks.py index b2949cfa..79fb9bc9 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -1134,6 +1134,7 @@ def make_schema(): "distro": {"type": "string"}, "name": {"type": "string"}, "kickstart": {"type": "string"}, + "ksurl": {"type": "url"}, "arches": {"$ref": "#/definitions/list_of_strings"}, "repo": { "$ref": "#/definitions/repos",