Skip to content

Commit

Permalink
chore(release): v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Dec 13, 2023
1 parent e5a57bc commit 42ea922
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
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.1.0",
"version": "6.2.0",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
5 changes: 4 additions & 1 deletion schemas/3.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -3958,12 +3958,15 @@
},
"properties": {
"key": {
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/Reference"
},
{
"$ref": "#/definitions/schema"
},
{
"$ref": "#/definitions/avroSchema_v1"
}
],
"description": "The message key."
Expand Down
5 changes: 4 additions & 1 deletion schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4015,12 +4015,15 @@
},
"properties": {
"key": {
"oneOf": [
"anyOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json"
}
],
"description": "The message key."
Expand Down

0 comments on commit 42ea922

Please sign in to comment.