-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_example.json
More file actions
48 lines (48 loc) · 1.15 KB
/
data_example.json
File metadata and controls
48 lines (48 loc) · 1.15 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
{
"projects": [
{
"main_project_name": "Test 2",
"sub_projects": [
{
"sub_project_name": "Sub Test 1",
"time_entries": [
{
"start_time": "2025-09-23T14:59:56.164582",
"end_time": "2025-09-23T15:03:57.621970"
},
{
"start_time": "2025-09-23T15:06:24.656467",
"end_time": "2025-09-16T12:27:56.221747"
},
{
"start_time": "2025-09-16T12:27:56.222770",
"end_time": "2025-09-16T12:28:01.839785"
},
{
"start_time": "2025-09-17T12:09:04.645565",
"end_time": "2025-09-17T12:09:17.821338"
}
]
}
]
},
{
"main_project_name": "Test 3",
"sub_projects": [
{
"sub_project_name": "Sub Test 2",
"time_entries": [
{
"start_time": "2025-09-23T15:03:57.623331",
"end_time": "2025-09-23T15:05:02.930081"
}
]
}
]
},
{
"main_project_name": "Test 4",
"sub_projects": []
}
]
}