fix: Remove additionalProperties from module schema and let unioned types handle it
This commit is contained in:
parent
08f1c4a9c3
commit
d7eb24af22
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ union ModuleEntry {
|
|||
|
||||
@jsonSchema("module-v1.json")
|
||||
@oneOf
|
||||
@extension("additionalProperties", false)
|
||||
union Module {
|
||||
RepoModule,
|
||||
CustomModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue