asyncapi / parser-js

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

Create the rule `asyncapi3-message-messageId-uniqueness` for the v3 core ruleset #1022

Open smoya opened 3 months ago

smoya commented 3 months ago

Part of https://github.com/asyncapi/parser-js/issues/1016 (included in Bounty).

Add the following rule for the v3 core ruleset:

Based on asyncapi2-message-messageId-uniqueness: "messageId" must be unique across all the messages.