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 Oct 13, 2023
2 parents 1ce3214 + 9eb33e5 commit ff4519f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions definitions/3.0.0/messageObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@
"description": "A brief summary of the message example."
},
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
"type": "object",
"description": "Example of the application headers. It can be of any type."
},
"payload": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
"description": "Example of the message payload. It can be of any type."
}
}
}
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.9",
"version": "6.0.0-next-major-spec.10",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
5 changes: 3 additions & 2 deletions schemas/3.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -2081,10 +2081,11 @@
"description": "A brief summary of the message example."
},
"headers": {
"$ref": "#/definitions/anySchema"
"type": "object",
"description": "Example of the application headers. It can be of any type."
},
"payload": {
"$ref": "#/definitions/anySchema"
"description": "Example of the message payload. It can be of any type."
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2128,10 +2128,11 @@
"description": "A brief summary of the message example."
},
"headers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
"type": "object",
"description": "Example of the application headers. It can be of any type."
},
"payload": {
"$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json"
"description": "Example of the message payload. It can be of any type."
}
}
}
Expand Down

0 comments on commit ff4519f

Please sign in to comment.