Skip to content

Commit

Permalink
feat!: remove messageId from Message and MessageTrait objects (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Nov 6, 2023
1 parent 9eb33e5 commit c097eb5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions definitions/3.0.0/messageObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
"messageId": {
"type": "string"
},
"payload": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
Expand Down
3 changes: 0 additions & 3 deletions definitions/3.0.0/messageTrait.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
"messageId": {
"type": "string"
},
"correlationId": {
"oneOf": [
{
Expand Down
6 changes: 0 additions & 6 deletions schemas/3.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -1994,9 +1994,6 @@
"headers": {
"$ref": "#/definitions/anySchema"
},
"messageId": {
"type": "string"
},
"payload": {
"$ref": "#/definitions/anySchema"
},
Expand Down Expand Up @@ -3768,9 +3765,6 @@
"headers": {
"$ref": "#/definitions/anySchema"
},
"messageId": {
"type": "string"
},
"correlationId": {
"oneOf": [
{
Expand Down
6 changes: 0 additions & 6 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2041,9 +2041,6 @@
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
"messageId": {
"type": "string"
},
"payload": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
Expand Down Expand Up @@ -3831,9 +3828,6 @@
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
"messageId": {
"type": "string"
},
"correlationId": {
"oneOf": [
{
Expand Down

0 comments on commit c097eb5

Please sign in to comment.