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
"comment": "A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object"
133
+
},
134
+
{
135
+
"name": "timeStamp",
136
+
"writable": true,
137
+
"displayName": "timeStamp",
138
+
"@type": "Property",
139
+
"schema": "long",
140
+
"comment": "Phone Timestamp"
141
+
},
142
+
{
143
+
"@type": "Telemetry",
144
+
"name": "acc",
145
+
"schema": {
146
+
"@type": "Array",
147
+
"elementSchema": "array"
148
+
},
149
+
"comment": "Accelerometer data with sample rates of 25Hz, 50Hz, 100Hz and 200Hz and range of 2G, 4G and 8G. Axis specific acceleration data in mG.",
150
+
"displayName": "acc"
151
+
},
152
+
{
153
+
"@type": "Telemetry",
154
+
"name": "ecg",
155
+
"schema": {
156
+
"@type": "Array",
157
+
"elementSchema": "integer"
158
+
},
159
+
"comment": "Electrocardiography (ECG) data in \u00b5V with sample rate 130Hz.",
160
+
"displayName": "ecg"
161
+
},
162
+
{
163
+
"@type": "Telemetry",
164
+
"name": "owner",
165
+
"schema": {
166
+
"@type": "Array",
167
+
"elementSchema": "string"
168
+
},
169
+
"comment": "A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)",
170
+
"displayName": "owner"
171
+
},
172
+
{
173
+
"@type": "Telemetry",
174
+
"name": "rr",
175
+
"schema": {
176
+
"@type": "Array",
177
+
"elementSchema": "integer"
178
+
},
179
+
"comment": "Intervals between successive heartbeats (RR) in ms",
0 commit comments