Skip to content

Commit

Permalink
feat: updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gokerakc committed Jan 8, 2024
1 parent 2c43bc6 commit 742a5e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bindings/kafka/0.5.0/channel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/bindings/kafka/0.4.0/channel.json",
"$id": "http://asyncapi.com/bindings/kafka/0.5.0/channel.json",
"title": "Channel Schema",
"description": "This object contains information about the channel representation in Kafka.",
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions bindings/kafka/0.5.0/message.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/bindings/kafka/0.4.0/message.json",
"$id": "http://asyncapi.com/bindings/kafka/0.5.0/message.json",
"title": "Message Schema",
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"schemaIdLocation": "payload",
"schemaIdPayloadEncoding": "apicurio-new",
"schemaLookupStrategy": "TopicIdStrategy",
"bindingVersion": "0.4.0"
"bindingVersion": "0.5.0"
},
{
"key": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/kafka/0.5.0/operation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/bindings/kafka/0.4.0/operation.json",
"$id": "http://asyncapi.com/bindings/kafka/0.5.0/operation.json",
"title": "Operation Schema",
"description": "This object contains information about the operation representation in Kafka.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion bindings/kafka/0.5.0/server.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/bindings/kafka/0.4.0/server.json",
"$id": "http://asyncapi.com/bindings/kafka/0.5.0/server.json",
"title": "Server Schema",
"description": "This object contains server connection information to a Kafka broker. This object contains additional information not possible to represent within the core AsyncAPI specification.",
"type": "object",
Expand Down

0 comments on commit 742a5e8

Please sign in to comment.