From 742a5e8478f27089d4e2380c51c3ac41fd17c355 Mon Sep 17 00:00:00 2001 From: Goker Akce Date: Mon, 8 Jan 2024 16:31:00 +0000 Subject: [PATCH] feat: updated versions --- bindings/kafka/0.5.0/channel.json | 2 +- bindings/kafka/0.5.0/message.json | 4 ++-- bindings/kafka/0.5.0/operation.json | 2 +- bindings/kafka/0.5.0/server.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/kafka/0.5.0/channel.json b/bindings/kafka/0.5.0/channel.json index 63d9676e..0688d161 100644 --- a/bindings/kafka/0.5.0/channel.json +++ b/bindings/kafka/0.5.0/channel.json @@ -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", diff --git a/bindings/kafka/0.5.0/message.json b/bindings/kafka/0.5.0/message.json index d1b4ca0d..82970db2 100644 --- a/bindings/kafka/0.5.0/message.json +++ b/bindings/kafka/0.5.0/message.json @@ -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, @@ -54,7 +54,7 @@ "schemaIdLocation": "payload", "schemaIdPayloadEncoding": "apicurio-new", "schemaLookupStrategy": "TopicIdStrategy", - "bindingVersion": "0.4.0" + "bindingVersion": "0.5.0" }, { "key": { diff --git a/bindings/kafka/0.5.0/operation.json b/bindings/kafka/0.5.0/operation.json index 10c559ea..d00ad975 100644 --- a/bindings/kafka/0.5.0/operation.json +++ b/bindings/kafka/0.5.0/operation.json @@ -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", diff --git a/bindings/kafka/0.5.0/server.json b/bindings/kafka/0.5.0/server.json index aae1c037..964f53c6 100644 --- a/bindings/kafka/0.5.0/server.json +++ b/bindings/kafka/0.5.0/server.json @@ -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",