Open
Description
Good day. In my project we have a case with anyOf string | object
The current implementation of anyOf
parsing excludes all primitives, but I want to keep them.
Any ideas how it could be done?
p.s. on v10 worked well, generated origin: AddressCreationRequest | string;
Thanks.