This task is related to adding support for union types (i.e. OneOf and AnyOf cases) that are supported in OpenApi specifications. More detail can be found here. The coverage should be complete for the following cases
- Collection (Array, Map, Array Of Map & Map of Array)
- Non-Collection (Custom types w/ discriminators, Native types, Enums, Date & DateTime, etc)
This task is related to adding support for union types (i.e.
OneOfandAnyOfcases) that are supported in OpenApi specifications. More detail can be found here. The coverage should be complete for the following cases