Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI v3 support #117

Open
ilahu opened this issue Mar 20, 2023 · 2 comments
Open

OpenAPI v3 support #117

ilahu opened this issue Mar 20, 2023 · 2 comments

Comments

@ilahu
Copy link

ilahu commented Mar 20, 2023

Currently this library generates an OpenAPI v2 document. Is it possible to add support for OpenAPI v3 as well?

@kajalj3098
Copy link

kajalj3098 commented Apr 12, 2023

I have tried adding schemaVersion: '3.0.1' in
image
but it does not seem to work

then after digging deep into getOpenApiWriter, found out that it is from different npm package called typeconv
image
'schemaVersion' is not mentioned anywhere inside typeconv

@matricali
Copy link

@ilahu @kajalj3098 did you find a solution to this?
Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants