24 lines
426 B
JSON
24 lines
426 B
JSON
{
|
|
"people_interactions": [
|
|
{
|
|
"name": "xxx",
|
|
"description": "xxx",
|
|
"entries": [
|
|
{
|
|
"timestamp": 1705320000,
|
|
"data": {
|
|
"name": "xxx",
|
|
"uri": "url://somewhere"
|
|
}
|
|
},
|
|
{
|
|
"timestamp": 1705040000,
|
|
"data": {
|
|
"name": "xxx",
|
|
"uri": "url://somewhere"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|