-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitial.json
More file actions
39 lines (39 loc) · 784 Bytes
/
Copy pathinitial.json
File metadata and controls
39 lines (39 loc) · 784 Bytes
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
[
{
"uid": 1001,
"age": 30,
"activityDuration": [20,45,35,40],
"stepCount": [2034,5432,3056,4302],
"goal": {
"activityGoal": "75min",
"stepGoal": 8000,
"weekGoal": 3
}
},
{
"uid": 1002,
"activityDuration": [50,4,10,60,67,10,30,45],
"gender": "female",
"goal": {
"activityGoal": "45min",
"stepGoal": 0,
"weekGoal": 4
},
"tags": ["activityOnly"]
},
{
"uid": 1003,
"employeeID": 111001111,
"stepCount": [6010,8900,10141,7543,6364,4901,351,204,5371,3454,6574,7856,9365,9646],
"gender": "male",
"height": "5ft10in",
"weight": "172lbs",
"division": "HR",
"goal": {
"activityGoal": "NA",
"stepGoal": 10000,
"weekGoal": 5
},
"tags": ["active", "stepOnly"]
}
]