Based on https://github.com/NABSA/gbfs/blob/master/gbfs.md#system_informationjson
| name | data type | description |
|---|---|---|
| systemId | string | |
| language | string | |
| name | string | |
| shortName | string | |
| operator | string | |
| url | string | |
| purchaseUrl | string | |
| startDate | string | |
| phoneNumber | string | |
| string | ||
| feedContactEmail | string | |
| licenseUrl | string | |
| timezone | string | |
| androidApp | VehicleRentalSystemAppInformation | |
| iosApp | VehicleRentalSystemAppInformation |
Example
{
"systemId" : "...",
"language" : "...",
"name" : "...",
"shortName" : "...",
"operator" : "...",
"url" : "...",
"purchaseUrl" : "...",
"startDate" : "...",
"phoneNumber" : "...",
"email" : "...",
"feedContactEmail" : "...",
"licenseUrl" : "...",
"timezone" : "...",
"androidApp" : {
"storeUri" : "...",
"discoveryUri" : "..."
},
"iosApp" : {
"storeUri" : "...",
"discoveryUri" : "..."
}
}