Files
SelfStack/inprep/applehealth-grafana/sample-data.json

38 lines
820 B
JSON
Executable File

{
"data" : {
"workouts" : [],
"metrics" : [
{
"data" : [
{
"qty" : 34,
"date" : "2021-03-14 00:01:00 +0000"
},
{
"date" : "2021-03-14 00:51:00 +0000",
"qty" : 25
},
{
"qty" : 8.2796763649358063,
"date" : "2021-03-14 01:13:00 +0000"
},
{
"date" : "2021-03-14 01:14:00 +0000",
"qty" : 17.719295979506633
},
{
"date" : "2021-03-14 01:15:00 +0000",
"qty" : 17.719295979506636
},
{
"date" : "2021-03-14 01:16:00 +0000",
"qty" : 7.2817316760509208
}
],
"name" : "step_count",
"units" : "count"
}
]
}
}