Skip to content

Commit

Permalink
chore(release): v6.0.0-next-major-spec.10 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Oct 11, 2023
1 parent f80e22e commit 9eb33e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.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 9eb33e5

Please sign in to comment.