From e5ac42ce46997388a173984f8b0bc29a7a044ecf Mon Sep 17 00:00:00 2001 From: mpgxvii Date: Thu, 8 Jun 2023 12:05:00 +0100 Subject: [PATCH] Update time field in Healthkit generic schema --- commons/active/healthkit/healthkit_typed_data.avsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/active/healthkit/healthkit_typed_data.avsc b/commons/active/healthkit/healthkit_typed_data.avsc index ee351b4d..dff68674 100644 --- a/commons/active/healthkit/healthkit_typed_data.avsc +++ b/commons/active/healthkit/healthkit_typed_data.avsc @@ -5,7 +5,7 @@ "doc": "HealthKit generic typed data schema.", "fields": [ { - "name": "startTime", + "name": "time", "type": "double", "doc": "Start time of this activity period in UTC (s)." },