Files
kafka-producer/schemas/supplyStoreDetail.avsc
2026-04-07 12:44:18 +02:00

82 lines
1.4 KiB
JSON

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