|
1 | 1 | { |
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."} |
12 | 12 | ] |
13 | 13 | } |
0 commit comments