35 lines
803 B
JSON
35 lines
803 B
JSON
{
|
|
"id": "sample-session",
|
|
"name": "Sample Recording",
|
|
"createdAt": "2024-03-20T10:00:00.000Z",
|
|
"events": [
|
|
{
|
|
"id": "1",
|
|
"type": "click",
|
|
"timestamp": 1000,
|
|
"duration": 1000,
|
|
"zoom": 1,
|
|
"selector": "body",
|
|
"rect": {
|
|
"x": 100,
|
|
"y": 100,
|
|
"width": 50,
|
|
"height": 50
|
|
}
|
|
},
|
|
{
|
|
"id": "2",
|
|
"type": "scroll",
|
|
"timestamp": 2500,
|
|
"duration": 1500,
|
|
"zoom": 1,
|
|
"selector": "footer",
|
|
"rect": {
|
|
"x": 500,
|
|
"y": 800,
|
|
"width": 100,
|
|
"height": 50
|
|
}
|
|
}
|
|
]
|
|
} |