-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.json
71 lines (71 loc) · 1.77 KB
/
items.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"items": [
{
"id": "6582bffba6ae1",
"name": "Cake",
"category": "food",
"details": [
{
"detail_name": "Quantity",
"detail_value": 161
},
{
"detail_name": "Color",
"detail_value": "Brown"
}
]
},
{
"id": "6582c072008fc",
"name": "Hansaplast",
"category": "First aids",
"details": [
{
"detail_name": "Quantity",
"detail_value": 73
},
{
"detail_name": "Color",
"detail_value": "Gray"
}
]
},
{
"id": "6582c3387093b",
"name": "T-shirts",
"category": "Clothes",
"details": [
{
"detail_name": "Quantity",
"detail_value": 560
},
{
"detail_name": "Size",
"detail_value": "XL"
}
]
},
{
"id": "659a815c89dab",
"name": "Milk",
"category": "drinks",
"details": [
{
"detail_name": "Quantity",
"detail_value": 235
}
]
},
{
"id": "66df68af6915f",
"name": "Algofren",
"category": "First aids",
"details": [
{
"detail_name": "Quantity",
"detail_value": "50"
}
]
}
]
}