feat: Add Store avro

This commit is contained in:
ldrogo27
2026-04-07 12:44:18 +02:00
parent ca4aa96565
commit 28a8f1c8c1
14 changed files with 1357 additions and 130 deletions

View 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"
}