You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-server/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,18 +69,20 @@ The geolocation + datetime data is to be provided in an array in JSON format as
69
69
"lat": 40.757339,
70
70
"lng": -73.985992,
71
71
"startTS": 1583064000,
72
-
"endTS": 1583067600
72
+
"endTS": 1583067600,
73
+
"testResult": false,
73
74
},
74
75
{
75
76
"lat": 40.793840,
76
77
"lng": -73.956900,
77
78
"startTS": 1583150400,
78
-
"endTS": 1583154000
79
+
"endTS": 1583154000,
80
+
"testResult": true,
79
81
},
80
82
81
83
]
82
84
```
83
-
In the example above, the first datapoint is for Times Square in New York City on March 1st, 2020 from 12pm to 1pm, whereas the second data point is somewhere in Central Park the following day March 2nd, 2020 from 12pm to 1pm.
85
+
In the example above, the first datapoint is for Times Square in New York City on March 1st, 2020 from 12pm to 1pm, whereas the second data point is somewhere in Central Park the following day March 2nd, 2020 from 12pm to 1pm. This user did not test positive for Coronavirus the first day, but he tested positive the following day.
0 commit comments