diff --git a/pungi/checks.py b/pungi/checks.py index 7cda7b33..3f56c0db 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -1248,6 +1248,7 @@ def make_schema(): "arches": {"$ref": "#/definitions/list_of_strings"}, "repos": {"$ref": "#/definitions/list_of_strings"}, "failable": {"$ref": "#/definitions/list_of_strings"}, + "subvariant": {"type": "string"}, }, "required": [ "target",