Hacker News new | ask | show | jobs
by klysm 1119 days ago
Nice! So this goes OpenAPI -> JSON Schema -> typescript?
1 comments

OpenAPI uses JSONSchema to define object (e.g. request, response body) schemas, so it would be more accurate to say it:

Extracts the JSONSchema based on path+method+response type from OpenAPI and then converts that to typescript