-
-
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 channels and operations objects #264
feat!: add new channels and operations objects #264
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.
Left few comments
@@ -7,8 +7,12 @@ | |||
} | |||
}, | |||
"properties": { | |||
"$ref": { | |||
"$ref": "http://asyncapi.com/definitions/3.0.0/ReferenceObject.json" |
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.
For the reference, this change, in combination with the changes done in definitions/3.0.0/channels.json
, will solve asyncapi/spec#699 if I'm correct, please confirm @char0n
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.
@smoya yes I can confirm.
…and adding missing $schema keyword to operationTrait.json
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Alright, tested it on https://www.jsonschemavalidator.net/ and seems to work 👍 |
How cool would be to have this in place! asyncapi/studio#207 |
Must be I only suggest that maybe we merge #248 first, and release v4, and then this PR so we have v5 RC |
@fmvilas 4.0 is released, I think we can release this one. since there is 3.2 rc1, I'm not 100% sure if we get 5.0 rc1, but from logical point of view, we should |
Alright, let's try 🚀 😄 |
/rtm |
🎉 This PR is included in version 4.0.0-next-major-spec.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 5.0.0-next-major-spec.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 6.0.0-next-major-spec.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
It adds the new
operations
andchannels
objects for version 3.0.0.Related issue(s)
asyncapi/spec#827
asyncapi/spec#806