OptionalinfoOptional OpenAPI info metadata propagated to generated headers.
All DTO models and enums extracted from OpenAPI components/schemas. Each model will generate one .dto.ts or .enum.ts file.
All service classes extracted from OpenAPI paths. Each service will generate one .service.ts file with HTTP client methods.
The root Intermediate Representation (IR) structure. Represents the complete OpenAPI specification after conversion, ready for code generation.