Generic_DialogSystem/product_db.json
2023-05-25 14:24:15 +02:00

48 lines
1.1 KiB
JSON

{
"database":{
"payment":[
{
"type":"karta",
"amount":"21 zł",
"loyalty_card":"23232323"
}
],
"delivery":[
{
"type":"paczkomat",
"address":"Aleje",
"time":"15:30"
}
],
"product":[
{
"name":"banan",
"type":"owoc",
"brand":"banpol",
"price":"21.37",
"quantity":"1 kg",
"quality":"premium"
},
{
"name":"iPhone",
"type":"telefon",
"brand":"Ejpl",
"price":"420",
"quantity":"1 szt",
"quality":"premium"
},
{
"name":"RedBull",
"type":"energol",
"brand":"RedBull",
"price":"0.69",
"quantity":"330ml",
"quality":"exquisite"
}
]
}
}