Skip to content

Commit 321d6de

Browse files
authored
feat: add messageId property (#195)
1 parent 43f9b2c commit 321d6de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schemas/2.4.0.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,9 @@
684684
}
685685
]
686686
},
687+
"messageId": {
688+
"type": "string"
689+
},
687690
"payload": {},
688691
"correlationId": {
689692
"oneOf": [
@@ -932,6 +935,9 @@
932935
}
933936
]
934937
},
938+
"messageId": {
939+
"type": "string"
940+
},
935941
"correlationId": {
936942
"oneOf": [
937943
{

0 commit comments

Comments
 (0)