Workaround for Swagger Annotations with Union Types in HttpApi Module
Nativly, the HttpApi Module can't generate Swagger Annotations for Union types in specific scenarios
Is there some workaround, to get the urlParams displayed?
The typesystem of course just works fine,
When using structs, the generated swagger annotations do work
Could I somehow add information, so that swagger recognizes this as a "oneOf" Schema?
Is "oneOf" even a thing for path parameters?
Is there some workaround, to get the urlParams displayed?
The typesystem of course just works fine,
When using structs, the generated swagger annotations do work
Could I somehow add information, so that swagger recognizes this as a "oneOf" Schema?
Is "oneOf" even a thing for path parameters?
