-
Notifications
You must be signed in to change notification settings - Fork 50
OpenAPI v3.1 Support #181
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
Comments
This is very much needed by me (as a user) as well. |
Thanks for the info @philsturgeon, i'll definitely check that out. |
FYI similar library |
@sdesalas the issue with https://github.com/cdimascio/express-openapi-validator/ is it is not actually a middleware, it requires the "app" object. i deploy modular express routers to an existing express application which i do not have control over. so i cannot wrap it with the cdimascio "middleware", i need my middleware at the router level. cdimascio/express-openapi-validator#144 maybe they should rename that method from middleware to "topware" or "wrapware". |
Hello! As the maintainer of openapi.tools I'm interested in tracking progress towards supporting OpenAPI v3.1.
It's got a bunch of amazing changes in it, solving problems like the the JSON Schema <!=> OpenAPI Schema Object divergence, and fixes some other inconsistencies and duplicate ways of doing things. It's the best version and everyone should be using it, but we need tooling to catch up, and it's been over a year now. Just in case folks didn't notice, I'm here to give a friendly prod!
Here are a few articles showing off the differences between OpenAPI v3.0 and v3.1.
https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
https://www.apimatic.io/blog/2021/09/migrating-to-and-from-openapi-3-1/
https://nordicapis.com/whats-new-in-openapi-3-1-0/
If you say you'll be working on it I can update openapi.tools to reflect that.
Let me know if you have any questions, or if you need any help with the upgrade process.
The text was updated successfully, but these errors were encountered: