-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdummy_content.json
63 lines (62 loc) · 2.06 KB
/
dummy_content.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": {"$oid": "60adf13be8dd6c05d97d5171"},
"author": "John Doe",
"authorId": {"$oid": "60adf13be8dd6c05d97d5172"},
"content": {
"title": "First Post",
"content": "This is the content of the first post."
},
"tags": ["mongodb", "dummy", "data"],
"createdAt": {"$date": "2024-05-24T12:00:00Z"},
"updatedAt": {"$date": "2024-05-24T12:00:00Z"}
},
{
"_id": {"$oid": "60adf1b0e8dd6c05d97d5173"},
"author": "Jane Smith",
"authorId": {"$oid": "60adf1b0e8dd6c05d97d5174"},
"content": {
"title": "Second Post",
"content": "This is the content of the second post."
},
"tags": ["mongodb", "example", "data"],
"createdAt": {"$date": "2024-05-24T12:30:00Z"},
"updatedAt": {"$date": "2024-05-24T12:30:00Z"}
},
{
"_id": {"$oid": "60adf215e8dd6c05d97d5175"},
"author": "Alice Johnson",
"authorId": {"$oid": "60adf215e8dd6c05d97d5176"},
"content": {
"title": "Third Post",
"content": "This is the content of the third post."
},
"tags": ["mongodb", "sample", "data"],
"createdAt": {"$date": "2024-05-24T13:00:00Z"},
"updatedAt": {"$date": "2024-05-24T13:00:00Z"}
},
{
"_id": {"$oid": "60adf27be8dd6c05d97d5177"},
"author": "Bob Brown",
"authorId": {"$oid": "60adf27be8dd6c05d97d5178"},
"content": {
"title": "Fourth Post",
"content": "This is the content of the fourth post."
},
"tags": ["mongodb", "test", "data"],
"createdAt": {"$date": "2024-05-24T13:30:00Z"},
"updatedAt": {"$date": "2024-05-24T13:30:00Z"}
},
{
"_id": {"$oid": "60adf2e1e8dd6c05d97d5179"},
"author": "Eve Wilson",
"authorId": {"$oid": "60adf2e1e8dd6c05d97d517a"},
"content": {
"title": "Fifth Post",
"content": "This is the content of the fifth post."
},
"tags": ["mongodb", "demo", "data"],
"createdAt": {"$date": "2024-05-24T14:00:00Z"},
"updatedAt": {"$date": "2024-05-24T14:00:00Z"}
}
]