From d0aa49328114b00855ae7656c0b96c7fadcb8657 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 5 Sep 2024 14:15:08 +0200 Subject: [PATCH] - --- bundle/internal/schema/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/internal/schema/main.go b/bundle/internal/schema/main.go index 0faa8d09b..7750c15ee 100644 --- a/bundle/internal/schema/main.go +++ b/bundle/internal/schema/main.go @@ -38,6 +38,7 @@ func addInterpolationPatterns(typ reflect.Type, s jsonschema.Schema) jsonschema. {Type: jsonschema.StringType, Pattern: interpolationPattern("resources")}, {Type: jsonschema.StringType, Pattern: interpolationPattern("bundle")}, {Type: jsonschema.StringType, Pattern: interpolationPattern("workspace")}, + {Type: jsonschema.StringType, Pattern: interpolationPattern("artifacts")}, {Type: jsonschema.StringType, Pattern: interpolationPattern("var")}, }, }