Skip to content

Commit

Permalink
Change version numbers
Browse files Browse the repository at this point in the history
Changes version numbers from 3.0 to 2.2  in code examples
  • Loading branch information
Mitch Vars committed Apr 19, 2021
1 parent 99bd62c commit 3a4d002
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Field Name | REQUIRED | Type | Defines
{
"last_updated":1611598155,
"ttl":1800,
"version": "3.0",
"version": "2.2",
"data":{
"phone_number":"1-800-555-1234",
"name":"Example Ride",
Expand Down Expand Up @@ -706,7 +706,7 @@ Field Name | REQUIRED | Type | Defines
{
"last_updated":1604333830,
"ttl":86400,
"version": "3.0",
"version": "2.2",
"data":{
"calendars":[
{
Expand Down Expand Up @@ -736,7 +736,7 @@ Field Name | REQUIRED | Type | Defines
{
"last_updated":1604332380,
"ttl":86400,
"version": "3.0",
"version": "2.2",
"data":{
"regions":[
{
Expand Down Expand Up @@ -794,7 +794,7 @@ The user does not pay more than the base price for the first 10 km. After 10 km
{
"last_updated": 1609866247,
"ttl": 0,
"version": "3.0",
"version": "2.2",
"data": {
"plans": [
{
Expand Down Expand Up @@ -834,7 +834,7 @@ This example demonstrates a pricing scheme that has a rate both by minute and by
{
"last_updated": 1609866247,
"ttl": 0,
"version": "3.0",
"version": "2.2",
"data": {
"plans": [
{
Expand Down Expand Up @@ -887,7 +887,7 @@ Field Name | REQUIRED | Type | Defines
{
"last_updated":1604198100,
"ttl":60,
"version": "3.0",
"version": "2.2",
"data":{
"alerts":[
{
Expand Down Expand Up @@ -941,7 +941,7 @@ Field Name | REQUIRED | Type | Defines
{
"last_updated":1604198100,
"ttl":60,
"version": "3.0",
"version": "2.2",
"data":{
"geofencing_zones":{
"type":"FeatureCollection",
Expand Down Expand Up @@ -1056,7 +1056,7 @@ Other supported parameters include:
{
"last_updated":1572447999,
"ttl":60,
"version":"3.0",
"version":"2.2",
"data":{
"system_id":"abc_cityname",
"short_name":"ABC Bike Rental",
Expand All @@ -1077,7 +1077,7 @@ Other supported parameters include:
{
"last_updated":1609866247,
"ttl":60,
"version":"3.0",
"version":"2.2",
"data":{
"stations":[
{
Expand Down Expand Up @@ -1105,7 +1105,7 @@ Note that the Android URI and iOS Universal Link URLs don’t necessarily use th
{
"last_updated": 1572447999,
"ttl":60,
"version": "3.0",
"version": "2.2",
"data": {
"system_id": "abc_cityname",
"short_name": "ABC Bike Rental",
Expand All @@ -1128,7 +1128,7 @@ Note that the Android URI and iOS Universal Link URLs don’t necessarily use th
{
"last_updated":1609866247,
"ttl":60,
"version":"3.0",
"version":"2.2",
"data":{
"stations":[
{
Expand All @@ -1152,7 +1152,7 @@ Note that the Android URI and iOS Universal Link URLs don’t necessarily use th
{
"last_updated":1609866247,
"ttl":60,
"version":"3.0",
"version":"2.2",
"data":{
"stations":[
{
Expand Down

0 comments on commit 3a4d002

Please sign in to comment.