You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The filter content descriptor has a field that is called "address" but it can be an address OR an array of address. This is in conflict with the components.schemas.address definition.
To Reproduce
Generate a client for this spec and view the exported type aliases.
Expected behavior
Address, when it can also be an array, should be named differently.
Perhaps "AddressOrArrayOfAddresses"
The text was updated successfully, but these errors were encountered:
Describe the bug
The filter content descriptor has a field that is called "address" but it can be an address OR an array of address. This is in conflict with the components.schemas.address definition.
To Reproduce
Generate a client for this spec and view the exported type aliases.
Expected behavior
Address, when it can also be an array, should be named differently.
Perhaps "AddressOrArrayOfAddresses"
The text was updated successfully, but these errors were encountered: