Skip to content

Commit

Permalink
fix(asyncapi-2-1): add IBM MQ visitor mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Aug 20, 2021
1 parent db112af commit 04d1e43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apidom/packages/apidom-ns-asyncapi-2/src/traversal/visitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const keyMap = {
HttpMessageBindingElement: ['content'],
HttpOperationBindingElement: ['content'],
HttpServerBindingElement: ['content'],
// IBM MQ
IbmmqChannelBindingElement: ['content'],
IbmmqMessageBindingElement: ['content'],
IbmmqServerBindingElement: ['content'],
// JMS
JmsChannelBindingElement: ['content'],
JmsMessageBindingElement: ['content'],
Expand Down

0 comments on commit 04d1e43

Please sign in to comment.