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": {