Skip to content

Commit

Permalink
feat: add messageId property (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaleedAshraf authored Apr 22, 2022
1 parent 43f9b2c commit 321d6de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/2.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,9 @@
}
]
},
"messageId": {
"type": "string"
},
"payload": {},
"correlationId": {
"oneOf": [
Expand Down Expand Up @@ -932,6 +935,9 @@
}
]
},
"messageId": {
"type": "string"
},
"correlationId": {
"oneOf": [
{
Expand Down

0 comments on commit 321d6de

Please sign in to comment.