From 80ef5d15346e43753c97facc0e037d3dfeea2944 Mon Sep 17 00:00:00 2001
From: Sergio Moya <1083296+smoya@users.noreply.github.com>
Date: Tue, 7 Nov 2023 10:48:54 +0100
Subject: [PATCH] fix: remove git HEAD marks left in Kafka binding README.md
---
kafka/README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/kafka/README.md b/kafka/README.md
index b9c153df..f26cd7bd 100644
--- a/kafka/README.md
+++ b/kafka/README.md
@@ -145,14 +145,10 @@ This object contains information about the message representation in Kafka.
Field Name | Type | Description
---|:---:|---
-<<<<<<< HEAD
`key` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) \| [AVRO Schema Object](https://avro.apache.org/docs/current/spec.html) | The message key.
-=======
-`key` | [Schema Object][schemaObject] \| [AVRO Schema Object](https://avro.apache.org/docs/current/spec.html) | The message key. **NOTE**: You can also use the [reference object](https://asyncapi.io/docs/specifications/v2.4.0#referenceObject) way.
`schemaIdLocation` | string | If a Schema Registry is used when performing this operation, tells where the id of schema is stored (e.g. `header` or `payload`). | OPTIONAL | MUST NOT be specified if `schemaRegistryUrl` is not specified at the Server level
`schemaIdPayloadEncoding` | string | Number of bytes or vendor specific values when schema id is encoded in payload (e.g `confluent`/ `apicurio-legacy` / `apicurio-new`). | OPTIONAL | MUST NOT be specified if `schemaRegistryUrl` is not specified at the Server level
`schemaLookupStrategy` | string | Freeform string for any naming strategy class to use. Clients should default to the vendor default if not supplied. | OPTIONAL | MUST NOT be specified if `schemaRegistryUrl` is not specified at the Server level
->>>>>>> master
`bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed.
This object MUST contain only the properties defined above.