Closed mrclrchtr closed 1 week ago
Hi,
I tried the experimentalParser: true.
experimentalParser: true
Before and after:
The Array is now an object. Maybe because oneOf is not supported?
oneOf
Do you need more infos?
No response
OrderDto: type: object properties: items: type: array items: oneOf: - $ref: "#/components/schemas/OrderItemWoodDto" maxItems: 2147483647 minItems: 1
"@hey-api/openapi-ts": "0.55.1"
Nice catch!
This will be fixed in the next release, thanks for reporting!
Description
Hi,
I tried the
experimentalParser: true
.Before and after:
The Array is now an object. Maybe because
oneOf
is not supported?Do you need more infos?
Reproducible example or configuration
No response
OpenAPI specification (optional)
System information (optional)
"@hey-api/openapi-ts": "0.55.1"