asyncapi / parser-js

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

Create the rule `asyncapi3-operation-operationId-uniqueness` for the v3 core ruleset #1021

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-operation-operationId-uniqueness: "operationId" must be unique across all the operations.