Skip to content

Commit

Permalink
chore(release): v6.1.0 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Dec 13, 2023
1 parent 3768128 commit 042ab54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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 042ab54

Please sign in to comment.