-
Notifications
You must be signed in to change notification settings - Fork 15
Support for OAI v3 #40
Comments
Thanks for issue. |
I just started to writing new simple api file version 3 and tried to user run router, but got syntax error. Not sure what exact feature lead to that.
|
V3 is not yet supported |
https://www.npmjs.com/package/@overspeed/koa2-oas3 This is a work in progress - but if anyone needs an example of how to do this in Node.js. |
I'm also looking forward for 3.0 support. Mainly because they added |
@bitebit swagger-parser is no longer in beta, it seems. Their master branch is very uptodate. Any plans on upgrading? |
I will try to upgrade recently. |
Check out https://github.com/kogosoftwarellc/open-api/tree/master/packages/koa-openapi. V3 is supported, and it's also possible to add oneOf to V2 as an extension. |
It looks good, maybe a good choice. |
Please ad support for OpenAPI v3.
The text was updated successfully, but these errors were encountered: