From a4eaa44a1dc53155a203c6cf66a74025cfecbaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 27 Sep 2021 08:28:56 +0200 Subject: [PATCH] Add labels to build schema (#55) Co-authored-by: Franck Nijhof --- src/build.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/build.schema.json b/src/build.schema.json index eedc314..b12e6d3 100644 --- a/src/build.schema.json +++ b/src/build.schema.json @@ -37,6 +37,13 @@ "type": "string" } }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "default": {}, + "type": "object" + }, "type": "object" }, "squash": {