Generate Fastify routing types from OpenAPI specifications. This project is quick hack using the source from @hey-api/openapi-ts.
- supports OpenAPI 2.0, 3.0, and 3.1 specifications
- supports both JSON and YAML input files
- supports external references using json-schema-ref-parser
Config copied from @hey-api/openapi-ts.
Example server in example/
directory.