Skip to content

Commit dbacc9c

Browse files
authored
Added data_provider_id to stops
1 parent f8c68a8 commit dbacc9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

general-information.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ Stops describe vehicle trip start and end locations in a pre-designated physical
226226
| capacity | {vehicle_type: number} | Required | Number of total places per vehicle_type |
227227
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
228228
| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
229-
| provider_id | UUID | Optional | UUID for the Provider managing this stop. Null/undefined if managed by an Agency. See MDS [provider list](/providers.csv). |
229+
| provider_id | UUID | Optional | UUID for the provider managing this stop. Null/undefined if managed by an agency. See MDS [provider list](/providers.csv). |
230+
| data_provider_id | UUID | Optional | UUID for the data provider managing the data coming from this stop. Null/undefined if managed by an agency or a provider. See MDS [provider list](/providers.csv). |
230231
| geography_id | UUID | Optional | Pointer to the [Geography](/geography) that represents the Stop geospatially via Polygon or MultiPolygon. |
231232
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information][gbfs-station-info] |
232233
| short_name | String | Optional | Abbreviated stop name |

0 commit comments

Comments
 (0)