Demo_Build / data.json
blessedpug's picture
Pre FastAPI
74f57ab
raw
history blame
2.34 kB
[
{
"fraud_check": false,
"merchant": "TESCO",
"date": "17/10/22",
"total_amount": 55.3,
"items": [
{
"description": "TAPE MEASURE",
"amount": 2.1
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "CONDOMS",
"amount": 10.0
},
{
"description": "PROCECCO",
"amount": 7.0
},
{
"description": "PROCECCO",
"amount": 7.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "KRONENBOURG",
"amount": 4.6
},
{
"description": "TAPE MEASURE",
"amount": 2.1
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "CONDOMS",
"amount": 10.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "KRONENBOURG",
"amount": 4.6
}
]
},
{
"fraud_check": [],
"merchant": "Walmart",
"date": "01/26/21",
"total_amount": 29.73,
"items": [
{
"description": "BOYS CREW S# 028944",
"amount": 9.48
},
{
"description": "BOYS SOCKS",
"amount": 4.97
},
{
"description": "BOXER BRIEF",
"amount": 9.48
}
]
}
]