24 lines
428 B
JSON
24 lines
428 B
JSON
{
|
|
"people_and_friends_v2": [
|
|
{
|
|
"name": "xxx",
|
|
"description": "xxx",
|
|
"entries": [
|
|
{
|
|
"timestamp": 1708220000,
|
|
"data": {
|
|
"name": "xxx",
|
|
"uri": "url://somewhere"
|
|
}
|
|
},
|
|
{
|
|
"timestamp": 1723610000,
|
|
"data": {
|
|
"name": "xxx",
|
|
"uri": "url://somewhere"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|