From 7321ab6ebff91fcfd27849559f16f02d68cab70e Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:08:48 +0200 Subject: [PATCH] Add helpers_version to manifest schema. (#2429) --- schemas/manifest.v2.schema.json | 4 ++++ 1 file changed, 4 insertions(+) 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": [ {