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 0c861f0

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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": "date", "type": "long", "logicalType": "date", "doc": "The date the order was submitted."},
8-
{"name": "shipping_address", "type": "string", "doc": "The shipping address."},
9-
{"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."},
10-
{"name": "shipping_cost", "type": "double", "doc": "The shipping cost."},
11-
{"name": "tax", "type": "double", "doc": "The applicable tax."},
12-
{"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": "date", "type": "long", "logicalType": "date", "doc": "The date the order was submitted."},
8+
{"name": "shipping_address", "type": "string", "doc": "The shipping address."},
9+
{"name": "subtotal", "type": "double", "doc": "The amount without shipping cost and tax."},
10+
{"name": "shipping_cost", "type": "double", "doc": "The shipping cost."},
11+
{"name": "tax", "type": "double", "doc": "The applicable tax."},
12+
{"name": "grand_total", "type": "double", "doc": "The order grand total."}
1313
]
1414
}

0 commit comments

Comments
(0)

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