Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56c9ea5

Browse files
author
Brian Strauch
authored
Update orders-avro-schema.json (#1662)
* Update orders-avro-schema.json * Update _includes/tutorials/console-consumer-producer-avro/kafka/code/orders-avro-schema.json
1 parent 0c861f0 commit 56c9ea5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"type": "record",
3-
"namespace": "io.confluent.tutorial",
4-
"name": "OrderDetail",
5-
"fields": [
6-
{"name": "number", "type": "long", "doc": "The order number."},
7-
{"name": "shipping_address", "type": "string", "doc": "The shipping address."},
8-
{"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."},
9-
{"name": "shipping_cost", "type": "double", "doc": "The shipping cost."},
10-
{"name": "tax", "type": "double", "doc": "The applicable tax."},
11-
{"name": "grand_total", "type": "double", "doc": "The order grand total."}
2+
"type": "record",
3+
"namespace": "io.confluent.tutorial",
4+
"name": "OrderDetail",
5+
"fields": [
6+
{"name": "number", "type": "long", "doc": "The order number."},
7+
{"name": "shipping_address", "type": "string", "doc": "The shipping address."},
8+
{"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."},
9+
{"name": "shipping_cost", "type": "double", "doc": "The shipping cost."},
10+
{"name": "tax", "type": "double", "doc": "The applicable tax."},
11+
{"name": "grand_total", "type": "double", "doc": "The order grand total."}
1212
]
1313
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /