Skip to content

Commit

Permalink
Merge branch 'next-major-spec' into add_migration_guide_v6
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Nov 9, 2023
2 parents 2885c4d + 9639ca9 commit 4736251
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 21 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/specs",
"version": "6.0.0-next-major-spec.10",
"version": "6.0.0-next-major-spec.11",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
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 4736251

Please sign in to comment.