fix: add @oneOf to the ModuleType union

This commit is contained in:
Gerald Pinder 2024-10-13 20:14:36 -04:00
parent a5af2a9727
commit 3c2d5a7236

View file

@ -87,6 +87,7 @@ model ModuleList {
}
@jsonSchema("module-v1.json")
@oneOf
union ModuleType {
akmods: AkmodsModule,
bling: BlingModule,