fix: Remove oneOf requirement

This commit is contained in:
Gerald Pinder 2024-10-20 22:34:30 -04:00
parent 6652c25825
commit 7f163b5bc7

View file

@ -96,7 +96,6 @@ model ModuleList {
}
@jsonSchema("module-v1.json")
@oneOf
union Module {
RepoModule,
CustomModule,