-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstore-products.json
More file actions
82 lines (82 loc) · 2.2 KB
/
store-products.json
File metadata and controls
82 lines (82 loc) · 2.2 KB
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
72
73
74
75
76
77
78
79
80
81
82
[
{
"name": "Azurite",
"description": "Some gems have hidden qualities beyond their luster, beyond their shine... Azurite is one of those gems.",
"shine": 8,
"price": 110.50,
"rarity": 7,
"color": "#CCC",
"faces": 14,
"images": [
"images/gem-02.gif",
"images/gem-05.gif",
"images/gem-09.gif"
],
"reviews": [{
"stars": 5,
"body": "I love this gem!",
"author": "joe@example.org",
"createdOn": 1397490980837
}, {
"stars": 1,
"body": "This gem sucks.",
"author": "tim@example.org",
"createdOn": 1397490980837
}]
},
{
"name": "Bloodstone",
"description": "Origin of the Bloodstone is unknown, hence its low value. It has a very high shine and 12 sides, however.",
"shine": 9,
"price": 22.90,
"rarity": 6,
"color": "#EEE",
"faces": 12,
"images": [
"images/gem-01.gif",
"images/gem-03.gif",
"images/gem-04.gif"
],
"reviews": [{
"stars": 3,
"body": "I think this gem was just OK, could honestly use more shine, IMO.",
"author": "JimmyDean@example.org",
"createdOn": 1397490980837
}, {
"stars": 4,
"body": "Any gem with 12 faces is for me!",
"author": "gemsRock@example.org",
"createdOn": 1397490980837
}]
},
{
"name": "Zircon",
"description": "Zircon is our most coveted and sought after gem. You will pay much to be the proud owner of this gorgeous and high shine gem.",
"shine": 70,
"price": 1100,
"rarity": 2,
"color": "#000",
"faces": 6,
"images": [
"images/gem-06.gif",
"images/gem-07.gif",
"images/gem-08.gif"
],
"reviews": [{
"stars": 1,
"body": "This gem is WAY too expensive for its rarity value.",
"author": "turtleguyy@example.org",
"createdOn": 1397490980837
}, {
"stars": 1,
"body": "BBW: High Shine != High Quality.",
"author": "LouisW407@example.org",
"createdOn": 1397490980837
}, {
"stars": 1,
"body": "Don't waste your rubles!",
"author": "nat@example.org",
"createdOn": 1397490980837
}]
}
]