-
Notifications
You must be signed in to change notification settings - Fork 0
/
model.json
45 lines (45 loc) · 887 Bytes
/
model.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"addressId": "5fc49841e44e296c12ed92be",
"orderContent": [
{
"itemName": "Margerita",
"itemSize": "regular",
"itemId": "5fc3a3b348d953c94741413a",
"itemPrice": 99,
"addOn": [
{
"addOnName": "Tomato",
"addOnPrice": 25,
"addOnType": "topping",
"addOnId": "5fc274e810b6ff976c450c77"
},
{
"addOnName": "Tomato",
"addOnPrice": 25,
"addOnType": "topping",
"addOnId": "5fc274e810b6ff976c450c77"
}
]
},
{
"itemName": "BBQ",
"itemSize": "large",
"itemId": "5fc3a3b348d953c94741413a",
"itemPrice": 299,
"addOn": [
{
"addOnName": "Tomato",
"addOnPrice": 25,
"addOnType": "topping",
"addOnId": "5fc274e810b6ff976c450c77"
},
{
"addOnName": "Tomato",
"addOnPrice": 25,
"addOnType": "topping",
"addOnId": "5fc274e810b6ff976c450c77"
}
]
}
]
}