Renders API clients with no types for Flight creates incomplete types, reproducible with this library and other generators   From management/openapi-3.yml: <img width="693" alt="Image" src="https://github.com/user-attachments/assets/69cb8209-0044-4dc8-9e7f-da14435d61e5" /> ref: https://github.com/adzerk/adzerk-api-specification/blob/master/management/openapi-3.yaml#L358-L362 Can be fixed by updating the management/openapi-3.yml file to ``` requestBody: content: application/json: schema: $ref: "./schemas/flight.yaml#/schemas/Flight" ```