Skip to content

Commit 2578cfb

Browse files
committed
Back to singular journey for telemetry
1 parent 9970be6 commit 2578cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
114114
| `telemetry_id` | UUID | Required | ID used for uniquely-identifying a Telemetry entry |
115115
| `timestamp` | [Timestamp][ts] | Required | Date/time that event occurred. Based on GPS or GNSS clock |
116116
| `trip_ids` | UUID[] | Required | If telemetry occurred during a trip, the ID of the trip(s). If not in a trip, `null`.
117-
| `journey_ids` | UUID[] | Required | If telemetry occurred during a trip, the ID of the journey(s). If not in a journey, `null`.
117+
| `journey_id` | UUID | Required | If telemetry occurred during a trip, the ID of the journey. If not in a trip, `null`.
118118
| `stop_id` | UUID | Required if Applicable | Stop that the vehicle is currently located at. Only applicable for _docked_ Micromobility. See [Stops][stops] |
119119
| `location` | [GPS][gps] | Required | Telemetry position data |
120120
| `battery_percent` | Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |

0 commit comments

Comments
 (0)