diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index e30bedea..21c59cf1 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -151,6 +151,10 @@ "type": "string", "pattern": "^>= ?[0-9]{1,2}(\\.[0-9]{1,2}){0,2}$" }, + "helpers_version": { + "type": "string", + "pattern": "^[0.9]*\\.[0-9]*$" + }, "architectures": { "oneOf": [ {