@@ -147,7 +147,7 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
147147
148148| Field | Type | Required/Optional | Comments |
149149| ----- | -------- | ----------------- | ----- |
150- | ` provider_id ` | UUID | Required | A UUID for the Provider, unique within MDS |
150+ | ` provider_id ` | UUID | Required | A UUID for the Provider, unique within MDS. See MDS [ provider list ] ( /providers.csv ) . |
151151| ` provider_name ` | String | Required | The public-facing name of the Provider |
152152| ` device_id ` | UUID | Required | A unique device ID in UUID format |
153153| ` vehicle_id ` | String | Required | The Vehicle Identification Number visible on the vehicle itself |
@@ -248,7 +248,7 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
248248
249249| Field | Type | Required/Optional | Comments |
250250| ----- | ---- | ----------------- | ----- |
251- | ` provider_id ` | UUID | Required | A UUID for the Provider, unique within MDS |
251+ | ` provider_id ` | UUID | Required | A UUID for the Provider, unique within MDS. See MDS [ provider list ] ( /providers.csv ) . |
252252| ` provider_name ` | String | Required | The public-facing name of the Provider |
253253| ` device_id ` | UUID | Required | A unique device ID in UUID format |
254254| ` vehicle_id ` | String | Required | The Vehicle Identification Number visible on the vehicle itself |
@@ -386,7 +386,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
386386
387387| Field | Type | Required/Optional | Comments |
388388| ----- | ---- | ----------------- | ----- |
389- | ` provider_id ` | UUID | Required | A UUID for the Provider, unique within MDS |
389+ | ` provider_id ` | UUID | Required | A UUID for the Provider, unique within MDS. See MDS [ provider list ] ( /providers.csv ) . |
390390| ` provider_name ` | String | Required | The public-facing name of the Provider |
391391| ` device_id ` | UUID | Required | A unique device ID in UUID format, should match this device in Provider |
392392| ` vehicle_id ` | String | Required | The Vehicle Identification Number visible on the vehicle itself, should match this device in provider |
0 commit comments