-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: add OpenAPI 3.0 Schema #362
feat: add OpenAPI 3.0 Schema #362
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there anything needed on the script that creates new definitions for new version
@fmvilas have a look, I think it is good direction, except of my fear against if/then
@derberg Nope there should not 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀🌔
after merging #363 you have some conflicts to solve |
@jonaslagoni I resolve conflicts, I think I did it correct 😅 lemme know |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@derberg LGTM 👍 Thanks for taking care of this! |
/rtm |
🎉 This PR is included in version 4.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
As done in #348 this PR adds the OpenAPI 3.0 Schema object for all v2 versions.
It is quite a few duplicate schemas... But there is currently no setup to share schemas between versions... Would be great to have at some point. See #364