From 183aa91cb66eb7a66f5e54215d515175818e4857 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Fri, 8 Nov 2024 12:36:28 +0100 Subject: [PATCH] Add field city in station_information --- gbfs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gbfs.md b/gbfs.md index 88ec45bb..5fea41db 100644 --- a/gbfs.md +++ b/gbfs.md @@ -802,6 +802,7 @@ Field Name | REQUIRED | Type | Defines `stations[].cross_street` | OPTIONAL | String | Cross street or landmark where the station is located. `stations[].region_id` | OPTIONAL | ID | Identifier of the region where station is located. See [system_regions.json](#system_regionsjson). `stations[].post_code` | OPTIONAL | String | Postal code where station is located. +`stations[].city`
*(added in v3.1)* | OPTIONAL | String | City where station is located. `stations[].station_opening_hours`
*(added in v3.0)* | OPTIONAL | String | Hours of operation for the station in [OSM opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) format. If `station_opening_hours` is defined it overrides any `opening_hours` defined in `system_information.json` for the station for which it is defined. `stations[].rental_methods` | OPTIONAL | Array<String> | Payment methods accepted at this station.
Current valid values are:
`stations[].is_virtual_station`
*(added in v2.1)* | OPTIONAL | Boolean | Is this station a location with or without smart dock technology?

`true` - The station is a location without smart docking infrastructure. the station may be defined by a point (lat/lon) and/or `station_area` (below).

`false` - The station consists of smart docking infrastructure (docks).

This field SHOULD be published by mobility systems that have station locations without standard, internet connected physical docking infrastructure. These may be racks or geofenced areas designated for rental and/or return of vehicles. Locations that fit within this description SHOULD have the `is_virtual_station` boolean set to `true`.