-
-
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 new simplified parameter #415
feat: add new simplified parameter #415
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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! 🚀🌔
@jonaslagoni you should submit the bundled versions of the 3.0.0 schema, right? |
@smoya it's part of the release process, better not to commit it 🙂 |
Thanks for the quick review folks 😄 |
/rtm |
🎉 This PR is included in version 6.0.0-next-major-spec.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
yup, all there already 9d49396#diff-325c914807fa23b8a189b854ab3f90535e22382680bd8a4f988a6fb0a2d91c18 |
Description
This PR adapts the schemas to correctly validate the new simplified parameter object: https://www.asyncapi.com/docs/reference/specification/v3.0.0-next-major-spec.12#parameterObject
Related issue(s)
Fixes #413
Related to asyncapi/spec#583