diff --git a/source/introduction/data-formats.txt b/source/introduction/data-formats.txt index fd447f1e..0ba6de0b 100644 --- a/source/introduction/data-formats.txt +++ b/source/introduction/data-formats.txt @@ -146,9 +146,9 @@ Avro Schema Avro schema is a JSON-based schema definition syntax. Avro schema supports the specification of the following groups of data types: -- `Primitive Types `__ -- `Complex Types `__ -- `Logical Types `__ +- `Primitive Types `__ +- `Complex Types `__ +- `Logical Types `__ .. warning:: Unsupported Avro Types @@ -194,7 +194,7 @@ You use Avro schema when you :ref:`define a schema for a {+source-connector+} `. For a list of all Avro schema types, see the -`Apache Avro specification `__. +`Apache Avro specification `__. .. _kafka-df-avro-encoding: @@ -220,7 +220,7 @@ Avro converter, see the :ref:`Converters ` guide. To learn more about Avro binary encoding, see -`this section of the Avro specification `__. +`this section of the Avro specification `__. .. _kafka-db-byte-arrays: diff --git a/source/source-connector/usage-examples/schema.txt b/source/source-connector/usage-examples/schema.txt index a2ba7cf8..9ae345cc 100644 --- a/source/source-connector/usage-examples/schema.txt +++ b/source/source-connector/usage-examples/schema.txt @@ -85,18 +85,18 @@ using the following data types: - Description * - **name** - - `string `__ + - `string `__ - | Name of the customer * - **visits** - - `array `__ - of `timestamps `__ + - `array `__ + of `timestamps `__ - Dates the customer visited * - **goods_purchased** - - `map `__ + - `map `__ of string (the assumed type) to - `integer `__ + `integer `__ values - Names of goods and quantity of each item the customer purchased