-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json5
56 lines (55 loc) · 1.08 KB
/
db.json5
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
{
categories: {
data: [
{
id: '1',
name: 'Furniture',
description: 'Amazing furnitures',
status: 'ACTIVE',
created_at: '2024-11-20T15:09:40.488517'
},
{
id: '2',
name: 'content-based',
description: 'Research COM',
status: 'ACTIVE',
created_at: '2024-11-20T16:02:55.606558'
},
{
id: '3',
name: 'Legacy',
description: 'Bedfordshire ivory Savings Rial',
status: 'ACTIVE',
created_at: '2024-11-20T16:02:59.701355'
},
{
id: '9c4f',
name: 'Electronics',
description: 'Bests',
status: 'ACTIVE',
created_at: '2024-11-20T16:02:59.701355'
},
{
id: 'd074',
name: '123',
description: '32r423',
status: 'INACTIVE'
}
]
},
comments: [
{
id: '1',
text: 'a comment about post 1',
postId: '1'
},
{
id: '2',
text: 'another comment about post 1',
postId: '1'
}
],
profile: {
name: 'typicode'
}
}