Skip to content

Commit

Permalink
Merge branch 'next-major-spec' into v3-description
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Nov 8, 2023
2 parents 402c439 + 9639ca9 commit 52beabb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 23 deletions.
4 changes: 0 additions & 4 deletions definitions/3.0.0/messageObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
"messageId": {
"type": "string",
"description": "Unique string used to identify the message. The id MUST be unique among all messages described in the API. The messageId value is case-sensitive. Tools and libraries MAY use the messageId to uniquely identify a message, therefore, it is RECOMMENDED to follow common programming naming conventions."
},
"payload": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
Expand Down
4 changes: 0 additions & 4 deletions definitions/3.0.0/messageTrait.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
},
"messageId": {
"type": "string",
"description": "Unique string used to identify the message. The id MUST be unique among all messages described in the API. The messageId value is case-sensitive. Tools and libraries MAY use the messageId to uniquely identify a message, therefore, it is RECOMMENDED to follow common programming naming conventions."
},
"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 52beabb

Please sign in to comment.