Skip to content

Commit

Permalink
Fix invalid json, no trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 15, 2021
1 parent 4b1f5a4 commit 7bb6077
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v1.1/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"The semantic version of the feed in the form X.Y",
"type": "string",
"enum": [
"1.1",
"1.1"
]
},
"url": {
Expand Down
2 changes: 1 addition & 1 deletion v2.0/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"type": "string",
"enum": [
"1.1",
"2.0",
"2.0"
]
},
"url": {
Expand Down
2 changes: 1 addition & 1 deletion v2.1/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"enum": [
"1.1",
"2.0",
"2.1",
"2.1"
]
},
"url": {
Expand Down
2 changes: 1 addition & 1 deletion v2.2/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"1.1",
"2.0",
"2.1",
"2.2",
"2.2"
]
},
"url": {
Expand Down
2 changes: 1 addition & 1 deletion v2.3-RC/station_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"minimum": 0
}
},
"required": ["vehicle_type_id", "count"],
"required": ["vehicle_type_id", "count"]
}
},
"num_bikes_disabled": {
Expand Down

0 comments on commit 7bb6077

Please sign in to comment.