-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Invalid Operation References in Example Snippets #619
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue. |
Good catch @balogal. Would you be open to submitting a PR? |
Oh sorry, my bad. Thanks a lot 🙏 Left comments in the PR. |
Fixed by #620 |
Hi all,
both v2.1.0 and v2.0.0 of the specification document contain a couple of invalid example snippets. It's always the following snippet or a slight variation of it:
This is not valid according to the JSON schema and the specification itself since no reference object may be used in place of an
Operation
object. Let alone a reference to aMessage
object.The snippet appears in the following sections:
The text was updated successfully, but these errors were encountered: