Skip to content

Commit

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

0 comments on commit 2bc9498

Please sign in to comment.