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
| stop_id | UUID | Required | Unique ID for stop |
114
-
| stop_name | String | Required | Name of stop |
115
-
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116
-
| location | GeoJSON [Point Feature](provider/README.md#geographic-data)| Required | Location of the Stop |
117
-
| status |Enum | Required | Status of the Stop. See [Stop Statuses](#stop-statuses) table. |
118
-
| capacity | {vehicle_type: number} | Required | Number of total spots per vehicle_type |
119
-
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
120
-
| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
121
-
| managed_by | UUID | Optional |`provider_id` for the provider which manages this stop. null/undefined if city managed.|
122
-
| geography_id | UUID | Optional | Pointer to the Geography that represents the Stop geospatially |
123
-
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson)|
| stop_id | UUID | Required | Unique ID for stop |
114
+
| stop_name | String | Required | Name of stop |
115
+
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116
+
| location | GeoJSON [Point Feature](provider/README.md#geographic-data)| Required | Location of the Stop |
117
+
| status |[Stop Status](#stop-status)| Required | Object representing the status of the Stop. See [Stop Status](#stop-status).|
118
+
| capacity | {vehicle_type: number} | Required | Number of total spots per vehicle_type |
119
+
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
120
+
| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
121
+
| managed_by | UUID | Optional |`provider_id` for the provider which manages this stop. null/undefined if city managed. |
122
+
| geography_id | UUID | Optional | Pointer to the Geography that represents the Stop geospatially |
123
+
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson)|
0 commit comments