-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_events.json
More file actions
54 lines (54 loc) · 1.35 KB
/
Copy pathsample_events.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
[
{
"type": "publish",
"topic": "image.submitted",
"event_id": "evt_seed_img_1001",
"timestamp": "2026-04-22T00:00:00+00:00",
"payload": {
"image_id": "img_1001",
"path": "city_car_person_crosswalk.jpg",
"source": "sample_data",
"camera": "A",
"timestamp": "2026-04-22T00:00:00+00:00"
}
},
{
"type": "publish",
"topic": "image.submitted",
"event_id": "evt_seed_img_1002",
"timestamp": "2026-04-22T00:00:01+00:00",
"payload": {
"image_id": "img_1002",
"path": "park_dog_tree_runner.jpg",
"source": "sample_data",
"camera": "B",
"timestamp": "2026-04-22T00:00:01+00:00"
}
},
{
"type": "publish",
"topic": "image.submitted",
"event_id": "evt_seed_img_1003",
"timestamp": "2026-04-22T00:00:02+00:00",
"payload": {
"image_id": "img_1003",
"path": "school_bus_building_morning.jpg",
"source": "sample_data",
"camera": "C",
"timestamp": "2026-04-22T00:00:02+00:00"
}
},
{
"type": "publish",
"topic": "image.submitted",
"event_id": "evt_seed_img_1004",
"timestamp": "2026-04-22T00:00:03+00:00",
"payload": {
"image_id": "img_1004",
"path": "backyard_cat_tree_evening.jpg",
"source": "sample_data",
"camera": "A",
"timestamp": "2026-04-22T00:00:03+00:00"
}
}
]