@@ -115,7 +115,7 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
115115| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116116| location | GeoJSON [ Point Feature] ( provider/README.md#geographic-data ) | Required | Location of the Stop |
117117| 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 |
118+ | capacity | {vehicle_type: number} | Required | Number of total spaces per vehicle_type |
119119| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
120120| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
121121| managed_by | UUID | Optional | ` provider_id ` for the provider which manages this stop. null/undefined if city managed. |
@@ -126,8 +126,8 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
126126| post_code | String | Optional | Postal code (e.g. ` 10036 ` ) |
127127| rental_methods | [ Enum] [ gbfs-station-info ] | Optional | Payment methods accepted at stop, see [ GBFS Rental Methods] [ gbfs-station-info ] |
128128| cross_street | String | Optional | Cross street of where the station is located. |
129- | num_spots_available | {vehicle_type: number} | Optional | How many spots are free to be populated with vehicles at this stop? |
130- | num_spots_disabled | {vehicle_type: number} | Optional | How many docks are disabled and unable to accept vehicles at this stop? |
129+ | num_spaces_available | {vehicle_type: number} | Optional | How many spaces are free to be populated with vehicles at this stop? |
130+ | num_spaces_disabled | {vehicle_type: number} | Optional | How many spaces are disabled and unable to accept vehicles at this stop? |
131131| parent_stop | UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
132132| vehicle_ids | UUID[ ] | Optional | List of device_ids for vehicles which are currently at this stop |
133133
0 commit comments