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: data-types.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
114
114
|`telemetry_id`| UUID | Required | ID used for uniquely-identifying a Telemetry entry |
115
115
|`timestamp`|[Timestamp][ts]| Required | Date/time that event occurred. Based on GPS or GNSS clock |
116
116
| `trip_ids` | UUID[] | Required | If telemetry occurred during a trip, the ID of the trip(s). If not in a trip, `null`.
117
-
| `journey_id` | UUID | Required | If telemetry occurred during a trip, the ID of the journey. 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`.
118
118
|`stop_id`| UUID | Required if Applicable | Stop that the vehicle is currently located at. Only applicable for _docked_ Micromobility. See [Stops][stops]|
119
119
|`location`|[GPS][gps]| Required | Telemetry position data |
120
120
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
@@ -198,10 +198,10 @@ A Trip is defined by the following structure:
198
198
|`provider_name`| String | Required | The public-facing name of the Provider |
199
199
|`data_provider_id`| UUID | Optional | If different than `provider_id`, a UUID for the data solution provider managing this data endpoint. See MDS [provider list](/providers.csv) which includes both service operators and data solution providers. |
200
200
|`device_id`| UUID | Required | A unique device ID in UUID format |
201
-
`vehicle_id` | String | Required | The Vehicle Identification Number visible on the vehicle itself |
201
+
|`vehicle_id`| String | Required | The Vehicle Identification Number visible on the vehicle itself |
202
202
|`vehicle_type`| Enum | Required | See [vehicle types][vehicle-types] table |
|`journey_id`| UUID | Optional | A unique [journey ID](/modes#journey-id) for associating collections of trips for its [mode]|
204
+
|`journey_id`| UUID | Optional | A unique [journey ID](/modes#journey-id) for associating collections of trips for its [mode][modes]|
205
205
|`trip_type`| Enum | Optional |**[Mode](/modes#list-of-supported-modes) Specific**. The [trip type](/modes#trip-type) describing the purpose of a trip segment |
206
206
|`trip_id`| UUID | Required | A unique ID for each trip |
207
207
|`trip_attributes`| Map | Optional |**[Mode](/modes#list-of-supported-modes) Specific**. [Trip attributes](/modes#trip-attributes) given as unordered key-value pairs |
@@ -215,7 +215,7 @@ A Trip is defined by the following structure:
215
215
|`publication_time`|[Timestamp][ts]| Optional | Date/time that trip became available through the trips endpoint |
216
216
|`accessibility_options`| Enum[]| Optional |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility options](/modes#accessibility-options) given as an array of enumerated values. The **union** of any accessibility options requested, and used. E.g. if the passenger requests a vehicle with `wheelchair_accessible`, but doesn’t utilize the features during the trip, the trip payload will include `accessibility_options: ['wheelchair_accessible']`. |
217
217
|`parking_verification_url`| URL | Optional | A URL to a photo (or other evidence) of proper vehicle parking |
218
-
|`standard_cost`| Integer | Optional | The cost, in the currency defined in `currency`, that it would cost to perform that trip in the standard operation of the System (see [Costs & Currencies][costs-and-currencies]) |
218
+
|`standard_cost`| Integer | Optional | The cost, in the currency defined in `currency`, to perform that trip in the standard operation of the System (see [Costs & Currencies][costs-and-currencies]) |
219
219
|`actual_cost`| Integer | Optional | The actual cost, in the currency defined in `currency`, paid by the customer of the *mobility as a service* provider (see [Costs & Currencies][costs-and-currencies]) |
220
220
|`currency`| String | Optional, USD cents is implied if null.| An [ISO 4217 Alphabetic Currency Code][iso4217] representing the currency of the payee (see [Costs & Currencies][costs-and-currencies]) |
0 commit comments