feat: Add Store avro
This commit is contained in:
82
schemas/supplyStoreDetail.avsc
Normal file
82
schemas/supplyStoreDetail.avsc
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"doc": "Legacy Store data",
|
||||
"domain": "Supply",
|
||||
"fields": [
|
||||
{
|
||||
"doc": "Third type",
|
||||
"name": "store_third_type",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"doc": "Third Id",
|
||||
"name": "store_third_id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"doc": "Third sub id",
|
||||
"name": "store_third_sub_id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"doc": "Store Sap Identifier",
|
||||
"name": "sap_store_id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"default": null,
|
||||
"doc": "Linear Size",
|
||||
"name": "linear_size",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"default": null,
|
||||
"doc": "Opening Date",
|
||||
"name": "opening_date",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"default": null,
|
||||
"doc": "River Identifier",
|
||||
"name": "river_id",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"default": null,
|
||||
"doc": "Logistic arera",
|
||||
"name": "logistic_area",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"default": null,
|
||||
"name": "store_type",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"default": null,
|
||||
"name": "store_sign",
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "SupplyStoreDetail",
|
||||
"namespace": "com.decathlon.vct.vcstream.avro.supplystoredetail",
|
||||
"type": "record",
|
||||
"version": "1"
|
||||
}
|
||||
Reference in New Issue
Block a user