VehicleRentalStationUris Data Type

Contains rental URIs for Android, iOS, and web in the android, ios, and web fields. See the GBFS station_information.json specification for more details.

Properties
name data type description
android string A URI that can be passed to an Android app with an android.intent.action.VIEW Android intent to support Android Deep Links. May be null if a rental URI does not exist.
ios string A URI that can be used on iOS to launch the rental app for this station. May be null if a rental URI does not exist.
web string At URL that can be used by a web browser to show more information about renting a vehicle at this station. May be null if a rental URL does not exist.

Example

{
  "android" : "...",
  "ios" : "...",
  "web" : "..."
}