-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
35 lines (35 loc) · 1.07 KB
/
example.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
{
"title": {
"media": {
"url": "https://picsum.photos/id/237/200/300",
"caption": "<h1>Placeholder</h1> ",
"credit": "https://picsum.photos/"
},
"text": {
"headline": "Timeline",
"text": "Timeline </p>"
}
},
"events": [
{
"media": {
"url": "https://media.licdn.com/dms/image/v2/D5603AQG4-VqEMdjOvQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1727131194700?e=1732752000&v=beta&t=BGz5h_U_MO3RpiKhFBdvDCBK4XdMMvr3edCfgwzWCyA",
"caption": "Photo insert",
"credit": "https://picsum.photos/"
},
"start_date": {
"year":2023,
"month":12,
"day":27,
"hour": 22,
"minute": 58,
"second": 4,
"microsecond": 880610
},
"text": {
"headline": "photo",
"text": " placeholder </p>"
}
}
]
}