Skip to content

Commit

Permalink
fix: kafka key can be reference (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Oct 4, 2023
1 parent 94ac45d commit 61b4f04
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bindings/kafka/0.4.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
},
"properties": {
"key": {
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
}
]
"description": "The message key."
},
"schemaIdLocation": {
Expand Down

0 comments on commit 61b4f04

Please sign in to comment.