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: provider/README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,8 +161,9 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
161
161
162
162
| Field | Type | Required/Optional | Comments |
163
163
| ----- | -------- | ----------------- | ----- |
164
-
|`provider_id`| UUID | Required | A UUID for the Provider, unique within MDS. See MDS [provider list](/providers.csv). |
165
-
|`provider_name`| String | Required | The public-facing name of the Provider |
164
+
|`provider_id`| UUID | Required | A UUID for the provider, unique within MDS. See MDS [provider list](/providers.csv). |
165
+
|`provider_name`| String | Required | The public-facing name of the provider |
166
+
|`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. |
166
167
|`device_id`| UUID | Required | A unique device ID in UUID format |
167
168
|`vehicle_id`| String | Required | A unique vehicle identifier (visible code, licence plate, etc), visible on the vehicle itself. |
168
169
|`vehicle_type`| Enum | Required | See [vehicle types][vehicle-types] table |
@@ -291,8 +292,9 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
291
292
292
293
| Field | Type | Required/Optional | Comments |
293
294
| ----- | ---- | ----------------- | ----- |
294
-
|`provider_id`| UUID | Required | A UUID for the Provider, unique within MDS. See MDS [provider list](/providers.csv). |
295
-
|`provider_name`| String | Required | The public-facing name of the Provider |
295
+
|`provider_id`| UUID | Required | A UUID for the provider, unique within MDS. See MDS [provider list](/providers.csv). |
296
+
|`provider_name`| String | Required | The public-facing name of the provider |
297
+
|`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. |
296
298
|`device_id`| UUID | Required | A unique device ID in UUID format |
297
299
|`vehicle_id`| String | Required | A unique vehicle identifier (visible code, licence plate, etc), visible on the vehicle itself |
298
300
|`vehicle_type`| Enum | Required | see [vehicle types][vehicle-types] table |
@@ -580,8 +582,9 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
580
582
581
583
| Field | Type | Required/Optional | Comments |
582
584
| ----- | ---- | ----------------- | ----- |
583
-
|`provider_id`| UUID | Required | A UUID for the Provider, unique within MDS. See MDS [provider list](/providers.csv). |
584
-
|`provider_name`| String | Required | The public-facing name of the Provider |
585
+
|`provider_id`| UUID | Required | A UUID for the provider, unique within MDS. See MDS [provider list](/providers.csv). |
586
+
|`provider_name`| String | Required | The public-facing name of the provider |
587
+
|`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. |
585
588
|`device_id`| UUID | Required | A unique device ID in UUID format, should match this device in Provider |
586
589
|`vehicle_id`| String | Required | A unique vehicle identifier (visible code, licence plate, etc), visible on the vehicle itself |
587
590
|`vehicle_type`| Enum | Required | see [vehicle types][vehicle-types] table |
0 commit comments