User story.
As a user, I want to know if the operations defined in my AsyncAPI document have a unique operationId.
Describe the solution you'd like
The following AsyncAPI document is invalid and Spectral should throw errors due to non-uniqueness of operationId.
asyncapi: '2.3.0'
...
channels:
someChannel:
publish:
operationId: someId
...
subscribe:
operationId: someId
...
Additional context
Part of #2100
User story.
As a user, I want to know if the operations defined in my AsyncAPI document have a unique
operationId.Describe the solution you'd like
The following AsyncAPI document is invalid and Spectral should throw errors due to non-uniqueness of
operationId.Additional context
Part of #2100