Skip to content

Commit 56aa3fe

Browse files
committed
Formatting and spelling
1 parent 5f695ac commit 56aa3fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data-types.md

Lines changed: 4 additions & 4 deletions
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_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`.
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 |
@@ -198,10 +198,10 @@ A Trip is defined by the following structure:
198198
| `provider_name` | String | Required | The public-facing name of the Provider |
199199
| `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. |
200200
| `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 |
202202
| `vehicle_type` | Enum | Required | See [vehicle types][vehicle-types] table |
203203
| `propulsion_types` | Enum[] | Required | Array of [propulsion types][propulsion-types]; allows multiple values |
204-
| `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] |
205205
| `trip_type` | Enum | Optional | **[Mode](/modes#list-of-supported-modes) Specific**. The [trip type](/modes#trip-type) describing the purpose of a trip segment |
206206
| `trip_id` | UUID | Required | A unique ID for each trip |
207207
| `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:
215215
| `publication_time` | [Timestamp][ts] | Optional | Date/time that trip became available through the trips endpoint |
216216
| `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']`. |
217217
| `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]) |
219219
| `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]) |
220220
| `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]) |
221221

0 commit comments

Comments
 (0)