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)
OrderDto:
type: object
properties:
items:
type: array
items:
oneOf:
- $ref: "#/components/schemas/OrderItemWoodDto"
maxItems: 2147483647
minItems: 1
System information (optional)
"@hey-api/openapi-ts": "0.55.1"
Description
Hi,
I tried the
experimentalParser: true.Before and after:

The Array is now an object.
Maybe because
oneOfis 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"