Skip to content

Commit

Permalink
fix(ibmmq): make topic field optional (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
char0n and derberg authored Jan 16, 2023
1 parent de3fe35 commit c175a70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ibmmq/json_schemas/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
"properties": {
"destinationType": { "const": "topic" }
},
"required": [
"topic"
],
"not": {
"required": [
"queue"
Expand Down

0 comments on commit c175a70

Please sign in to comment.