asyncapi / parser-js

AsyncAPI parser for Javascript (browser-compatible too).
115 stars 91 forks source link

Create the rule `asyncapi3-channel-no-query-nor-fragment` for the v3 core ruleset #1018

Open smoya opened 1 month ago

smoya commented 1 month 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-channel-no-query-nor-fragment: Channel address should not include query ("?") or fragment ("#") delimiter