From ce752babfbf684fc4da24abdc47e5fc2cfaf5105 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 13 Oct 2024 21:08:52 -0400 Subject: [PATCH] Revert "fix: add @oneOf to the ModuleType union" This reverts commit 3c2d5a7236e6b73707d06af90a70cc991d0567b4. --- src-tsp/main.tsp | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index 19e4687..4dcc426 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -87,7 +87,6 @@ model ModuleList { } @jsonSchema("module-v1.json") -@oneOf union ModuleType { akmods: AkmodsModule, bling: BlingModule,