asyncapi / parser-js

AsyncAPI parser for Javascript (browser-compatible too).
Apache License 2.0
116 stars 92 forks source link

fix: update operationMessagesUnambiguity rule validity check #1038

Open kamil1094 opened 2 months ago

kamil1094 commented 2 months ago

Description

The operationMessagesUnambiguity rule produces error when trying to validate AsyncAPI document that contains with channel and messages components under operations specified without using $ref.

Related issue(s) Resolves https://github.com/asyncapi/parser-js/issues/1037