diff --git a/base/manifest-schema.json b/base/manifest-schema.json index f88bd2f..fe587f3 100644 --- a/base/manifest-schema.json +++ b/base/manifest-schema.json @@ -43,7 +43,10 @@ "patternProperties": { "^\\w+$": { "type": "array", - "items": {"type": "string"}, + "items": { + "type": "string", + "pattern": "^(deb|deb-src)\\s+(\\[\\s*(.+\\S)?\\s*\\]\\s+)?\\S+\\s+\\S+(\\s+(.+\\S))?\\s*$" + }, "minItems": 1 } },