From d7eb24af224276fadb8b904a55b724956a4e1fb3 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 26 Oct 2024 15:45:35 -0400 Subject: [PATCH] fix: Remove additionalProperties from module schema and let unioned types handle it --- src-tsp/main.tsp | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index 3f1a225..9017973 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -113,7 +113,6 @@ union ModuleEntry { @jsonSchema("module-v1.json") @oneOf -@extension("additionalProperties", false) union Module { RepoModule, CustomModule,