feat: Add Store avro
This commit is contained in:
54
schemas/supplyThirdLink.avsc
Normal file
54
schemas/supplyThirdLink.avsc
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user