From 21d27c8b6970ea03399c4ab0c9124366d536731d Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Tue, 28 Sep 2021 09:06:29 +0200 Subject: [PATCH] Fix build labels --- src/build.schema.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/build.schema.json b/src/build.schema.json index b12e6d3..04f447c 100644 --- a/src/build.schema.json +++ b/src/build.schema.json @@ -37,13 +37,13 @@ "type": "string" } }, - "labels": { - "additionalProperties": { - "type": "string" - }, - "default": {}, - "type": "object" + "type": "object" + }, + "labels": { + "additionalProperties": { + "type": "string" }, + "default": {}, "type": "object" }, "squash": {