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
"description": "DO NOT POPULATE THIS FIELD. It is ignored.",
946
947
"items": {
947
948
"enum": [
@@ -1099,6 +1100,7 @@
1099
1100
"id": "DataPoint",
1100
1101
"properties": {
1101
1102
"computationTimeMillis": {
1103
+
"deprecated": true,
1102
1104
"description": "DO NOT USE THIS FIELD. It is ignored, and not stored.",
1103
1105
"format": "int64",
1104
1106
"type": "string"
@@ -1176,6 +1178,7 @@
1176
1178
"description": "Information about an application which feeds sensor data into the platform."
1177
1179
},
1178
1180
"dataQualityStandard": {
1181
+
"deprecated": true,
1179
1182
"description": "DO NOT POPULATE THIS FIELD. It is never populated in responses from the platform, and is ignored in queries. It will be removed in a future version entirely.",
1180
1183
"items": {
1181
1184
"enum": [
@@ -1240,6 +1243,7 @@
1240
1243
"description": "Representation of an integrated device (such as a phone or a wearable) that can hold sensors."
1241
1244
},
1242
1245
"name": {
1246
+
"deprecated": true,
1243
1247
"description": "An end-user visible name for this data source.",
1244
1248
"type": "string"
1245
1249
},
@@ -1522,6 +1526,7 @@
1522
1526
"type": "array"
1523
1527
},
1524
1528
"hasMoreData": {
1529
+
"deprecated": true,
1525
1530
"description": "Flag to indicate server has more data to transfer. DO NOT USE THIS FIELD. It is never populated in responses from the server.",
0 commit comments