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,54 @@
{
"doc": "",
"domain": "Supply",
"fields": [
{
"doc": "parent third type",
"name": "parent_third_type",
"type": "string"
},
{
"doc": "parent_third_id",
"name": "parent_third_id",
"type": "string"
},
{
"doc": "Parent third sub Id",
"name": "parent_third_sub_id",
"type": "string"
},
{
"doc": "third type",
"name": "third_type",
"type": "string"
},
{
"doc": "third Id",
"name": "third_id",
"type": "string"
},
{
"doc": "third sub Id",
"name": "third_sub_id",
"type": "string"
},
{
"doc": "link between 2 thirds",
"name": "link_id",
"type": "string"
},
{
"default": null,
"doc": "Creation Date",
"name": "creation_date",
"type": [
"null",
"string"
]
}
],
"name": "SupplyThirdlink",
"namespace": "com.decathlon.vct.vcstream.avro.supplythirdlink",
"type": "record",
"version": "1"
}