fix: Remove additionalProperties from module schema and let unioned types handle it

This commit is contained in:
Gerald Pinder 2024-10-26 15:45:35 -04:00
parent 08f1c4a9c3
commit d7eb24af22

View file

@ -113,7 +113,6 @@ union ModuleEntry {
@jsonSchema("module-v1.json")
@oneOf
@extension("additionalProperties", false)
union Module {
RepoModule,
CustomModule,