From e5a91f9308efdee8df877b7e17d18e8d8cf080ee Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Tue, 9 Jan 2024 16:42:31 -0800 Subject: [PATCH 1/2] Update orders-avro-schema.json --- .../confluent/code/orders-avro-schema.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json b/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json index c982bfcfa3..6b55680b93 100644 --- a/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json +++ b/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json @@ -1,14 +1,14 @@ { -"type": "record", -"namespace": "io.confluent.tutorial", -"name": "OrderDetail", -"fields": [ - {"name": "number", "type": "long", "doc": "The order number."}, - {"name": "date", "type": "long", "logicalType": "date", "doc": "The date the order was submitted."}, - {"name": "shipping_address", "type": "string", "doc": "The shipping address."}, - {"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."}, - {"name": "shipping_cost", "type": "double", "doc": "The shipping cost."}, - {"name": "tax", "type": "double", "doc": "The applicable tax."}, - {"name": "grand_total", "type": "double", "doc": "The order grand total ."} + "type": "record", + "namespace": "io.confluent.tutorial", + "name": "OrderDetail", + "fields": [ + {"name": "number", "type": "long", "doc": "The order number."}, + {"name": "date", "type": "long", "logicalType": "date", "doc": "The date the order was submitted."}, + {"name": "shipping_address", "type": "string", "doc": "The shipping address."}, + {"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."}, + {"name": "shipping_cost", "type": "double", "doc": "The shipping cost."}, + {"name": "tax", "type": "double", "doc": "The applicable tax."}, + {"name": "grand_total", "type": "double", "doc": "The order grand total ."} ] } From aca8b9c06d2888dcf2e16223d20bfa8029852369 Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Tue, 9 Jan 2024 16:52:16 -0800 Subject: [PATCH 2/2] Update _includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json --- .../confluent/code/orders-avro-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json b/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json index 6b55680b93..57b3f80543 100644 --- a/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json +++ b/_includes/tutorials/console-consumer-producer-avro/confluent/code/orders-avro-schema.json @@ -9,6 +9,6 @@ {"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."}, {"name": "shipping_cost", "type": "double", "doc": "The shipping cost."}, {"name": "tax", "type": "double", "doc": "The applicable tax."}, - {"name": "grand_total", "type": "double", "doc": "The order grand total ."} + {"name": "grand_total", "type": "double", "doc": "The order grand total."} ] }