fix: add @oneOf to the ModuleType union
This commit is contained in:
parent
a5af2a9727
commit
3c2d5a7236
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ model ModuleList {
|
|||
}
|
||||
|
||||
@jsonSchema("module-v1.json")
|
||||
@oneOf
|
||||
union ModuleType {
|
||||
akmods: AkmodsModule,
|
||||
bling: BlingModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue