Skip to content

Commit ab4f329

Browse files
authored
Added data_provider_id to Agency
1 parent 9b61d02 commit ab4f329

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

agency/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ A vehicle record is as follows:
8181
| ------------- | --------- | ----------------------------------------------------------------------------- |
8282
| `device_id` | UUID | Provided by Operator to uniquely identify a vehicle |
8383
| `provider_id` | UUID | Issued by Agency and [tracked](../providers.csv) |
84+
| `data_provider_id` | UUID | Optional | If different than `provider_id`, a UUID for the data solution provider managing the data feed in this endpoint. See MDS [provider list](/providers.csv) which includes both service operators and data solution providers. |
8485
| `vehicle_id` | String | Vehicle Identification Number (vehicle_id) visible on vehicle |
8586
| `vehicle_type` | Enum | [Vehicle Type][vehicle-types] |
8687
| `propulsion_types` | Enum[] | Array of [Propulsion Type][propulsion-types]; allows multiple values |
@@ -382,6 +383,7 @@ The Trips endpoint serves two purposes:
382383
| trip_type | Enum | Optional | The type of the trip |
383384
| trip_attributes | `{ [String]: String}` | Optional | Trip attributes, given as mode-specific key-value pairs |
384385
| provider_id | UUID | Required | Provider which managed this trip |
386+
| `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. |
385387
| reservation_method | Enum | Required | Way the customer created their reservation, see [reservation-method](#reservation-method) |
386388
| reservation_time | Timestamp | Required | Time the customer *requested* a reservation |
387389
| reservation_type | Enum | Required | Type of reservation, see [reservation-type](#reservation-type) |

0 commit comments

Comments
 (0)