This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Split openapi definition into components + requests for easier type generation to python #274
Labels
duplicate
This issue or pull request already exists
I'm trying to use https://github.com/koxudaxi/datamodel-code-generator to generate python types but the openapi.json file generated by this library doesn't output OpenAPI models that are used in each request (every request just has the inline schema defined) which is required by this other lib.
Would be awesome to split things out into proper models so we can have a TRPC <> openAPI <> python types/ client bridge :).
Thanks for making this library!
The text was updated successfully, but these errors were encountered: