-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase_backup.json
More file actions
100 lines (100 loc) · 3.35 KB
/
database_backup.json
File metadata and controls
100 lines (100 loc) · 3.35 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"listings": [
{
"id": 0,
"name": "Cardboard box",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fcardboard-box-1.jpg",
"description": "This box is the perfect size to curl up in.<br>P.S. Do not tip the humans with field mice. They get all weird about it.",
"category": "box",
"price": 5.12,
"reviews": [
{
"rating": "5",
"comment": "It was great",
"name": "Nemo"
}
]
},
{
"id": 1,
"name": "Spacious box",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fcardboard-box-2.jpg",
"description": "Perfect for those who like to stretch out in their box",
"category": "box",
"price": 2.89,
"reviews": []
},
{
"id": 2,
"name": "Box filled with tissue paper",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fcardboard-box-3.jpg",
"description": "The tissue paper makes the most satisfying crinkling noises.",
"category": "box",
"price": 1.88,
"reviews": []
},
{
"id": 3,
"name": "A furry dog",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fbig-dog-small-kitten.jpg",
"description": "Hi! I'm renting out my dog. He is very soft and made of warm.",
"category": "other",
"price": 4.88,
"reviews": []
},
{
"id": 4,
"name": "Ugg boot",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fboot.jpg",
"description": "This boot is both fashionable and cozy.",
"category": "other",
"price": 17.31,
"reviews": []
},
{
"id": 5,
"name": "Luxurious pad",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fcat-bed.jpg",
"description": "Includes two human servants.<br>The humans like to sleep in past sunrise. If you like your breakfast early, pawing at their faces usually wakes them up.",
"category": "bed",
"price": 12.11,
"reviews": []
},
{
"id": 6,
"name": "Cat adventure palace",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fcat-walkways.jpg",
"description": "Every cat knows in their heart we're meant to be sneaking through trees and dropping on unsuspecting mice (or toes!). That's why we had our humans design the perfect habitat.",
"category": "other",
"price": 9.78,
"reviews": []
},
{
"id": 7,
"name": "Egg carton",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fkitten-in-egg-carton.jpg",
"description": "You sleep in the flat side. Snacks go in the cups.",
"category": "other",
"price": 0.51,
"reviews": []
},
{
"id": 8,
"name": "Window cage",
"image": "https://cdn.gomix.com/b07a12d5-7910-4ca6-9f1f-ae0aa2d99417%2Fmetal-hammock.jpg",
"description": "Has a nice breeze. Gets sun in the afternoon.",
"category": "other",
"price": 4.99,
"reviews": []
},
{
"name": "Spaceship Box",
"description": "For the cat who always wanted to visit space",
"price": 12.11,
"category": "box",
"image": "/images/098692c75e1de3bc9dd6330a52927d03-07b603c887ade0472c365aa1ccacd250.jpg",
"id": 9,
"reviews": []
}
]
}