Skip to content

Commit 15fbbee

Browse files
committed
Fix free_bike_status last_reported data type
1 parent b8cfc2f commit 15fbbee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

v2.1/free_bike_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"last_reported": {
9292
"description":
9393
"The last time this vehicle reported its status to the operator's backend in POSIX time (added in v2.1-RC).",
94-
"type": "number",
94+
"type": "integer",
9595
"minimum": 1450155600
9696
},
9797
"current_range_meters": {

v2.2/free_bike_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"last_reported": {
9292
"description":
9393
"The last time this vehicle reported its status to the operator's backend in POSIX time (added in v2.1-RC).",
94-
"type": "number",
94+
"type": "integer",
9595
"minimum": 1450155600
9696
},
9797
"current_range_meters": {

v2.3/free_bike_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"last_reported": {
8787
"description": "The last time this vehicle reported its status to the operator's backend in POSIX time (added in v2.1-RC).",
88-
"type": "number",
88+
"type": "integer",
8989
"minimum": 1450155600
9090
},
9191
"current_range_meters": {

0 commit comments

Comments
 (0)