Inventory adjusted
v1.2.3eventsIndicates a change in inventory level
1{
2 "type" : "record",
3 "namespace" : "Tutorialspoint",
4 "name" : "Employee",
5 "fields" : [
6 { "name" : "Name" , "type" : "string" },
7 { "name" : "Age" , "type" : "int" },
8 { "name" : "Town" , "type" : "string" },
9 ]
10}
11Details
- Format
- Avro
- Resource
- events
- Filename
- schema.avro