-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmock_items.json
More file actions
46 lines (46 loc) · 1.41 KB
/
mock_items.json
File metadata and controls
46 lines (46 loc) · 1.41 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
[
{
"tags": ["Used","Textbook"],
"category": "Book",
"title": "Math Textbook",
"description": "2023 version",
"external_link": "https://example.com/book",
"price": 20.0,
"negotiable": true,
"created_at": "2024-11-13T20:14:34.604238-05:00",
"expires_at": "3000-12-12T00:00:00-05:00"
},
{
"tags": ["New"],
"category": "Food",
"title": "Bag of Doritos",
"description": "Cool Ranch",
"external_link": "https://example.com/doritos",
"price": 5.0,
"negotiable": false,
"created_at": "2024-11-13T20:14:34.604238-05:00",
"expires_at": "3000-10-12T00:00:00-05:00"
},
{
"tags": ["Laptop", "New"],
"category": "Electronics",
"title": "Macbook Pro",
"description": "M1 Chip",
"external_link": "https://example.com/macbook",
"price": 2000.0,
"negotiable": true,
"created_at": "2024-11-13T20:14:34.604238-05:00",
"expires_at": "3000-08-12T00:00:00-05:00"
},
{
"tags": ["Couch"],
"category": "Furniture",
"title": "Couch",
"description": "5 feet wide, brown",
"external_link": "https://example.com/couch",
"price": 400.0,
"negotiable": true,
"created_at": "2024-11-13T20:14:34.604238-05:00",
"expires_at": "3000-12-12T00:00:00-05:00"
}
]