-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategory-detail.json
63 lines (63 loc) · 2.04 KB
/
category-detail.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
[
{
"id": 1,
"category": "headphones",
"images": {
"desktop": {
"xx99 mark II headphones": "/category-headphones/desktop/image-xx99-mark-two.jpg",
"xx99 mark I headphones": "/category-headphones/desktop/image-xx99-mark-one.jpg",
"xx59 headphones": "/category-headphones/desktop/image-xx59.jpg"
},
"mobile": {
"xx99 mark II headphones": "/category-headphones/mobile/image-xx99-mark-two.jpg",
"xx99 mark I headphones": "/category-headphones/mobile/image-xx99-mark-one.jpg",
"xx59 headphones": "/category-headphones/mobile/image-xx59.jpg"
},
"tablet": {
"xx99 mark II headphones": "/category-headphones/tablet/image-xx99-mark-two.jpg",
"xx99 mark I headphones": "/category-headphones/tablet/image-xx99-mark-one.jpg",
"xx59 headphones": "/category-headphones/tablet/image-xx59.jpg"
}
},
"products": [
"xx99 mark II headphones",
"xx99 mark I headphones",
"xx59 headphones"
]
},
{
"id": 2,
"category": "speakers",
"images": {
"desktop": {
"zx9 speaker": "/category-speakers/desktop/image-zx9.jpg",
"zx7 speaker": "/category-speakers/desktop/image-zx7.jpg"
},
"mobile": {
"zx9 speaker": "/category-speakers/mobile/image-zx9.jpg",
"zx7 speaker": "/category-speakers/mobile/image-zx7.jpg"
},
"tablet": {
"zx9 speaker": "/category-speakers/tablet/image-zx9.jpg",
"zx7 speaker": "/category-speakers/tablet/image-zx7.jpg"
}
},
"products": ["zx9 speaker", "zx7 speaker"]
},
{
"id": 3,
"category": "earphones",
"images": {
"desktop": {
"YX1 Wireless Earphones": "/category-earphones/desktop/image-yx1-earphones.jpg"
},
"mobile": {
"YX1 Wireless Earphones": "/category-earphones/mobile/image-yx1-earphones.jpg"
},
"tablet": {
"YX1 Wireless Earphones": "/category-earphones/tablet/image-yx1-earphones.jpg"
}
},
"products": ["YX1 Wireless Earphones"]
}
]