From 02c198daa68e9dc19f31ae6dd833aca3d08b2331 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 26 Oct 2024 15:53:16 -0400 Subject: [PATCH] fix: Remove additionalProperties for module and stage list --- src-tsp/main.tsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index 9017973..f31ef2f 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -58,7 +58,6 @@ model Recipe { } @jsonSchema("stage-list-v1.json") -@extension("additionalProperties", false) model StageList { /** * A list of [stages](https://blue-build.org/reference/stages/) that are executed before the build of the final image. @@ -95,7 +94,6 @@ model Stage { } @jsonSchema("module-list-v1.json") -@extension("additionalProperties", false) model ModuleList { /** * A list of [modules](https://blue-build.org/reference/module/) that is executed in order. Multiple of the same module can be included.