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.
| 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   | 
        
| ios | string |   A URI that can be used on iOS to launch the rental app for this station.
 
May be   | 
        
| 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   | 
        
Example
{
  "android" : "...",
  "ios" : "...",
  "web" : "..."
}