Skip to content

Commit b83ddb9

Browse files
committed
regenerate provider schemas with cargo_bicycle
1 parent 080ea53 commit b83ddb9

5 files changed

Lines changed: 9 additions & 0 deletions

File tree

provider/events.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"description": "The type of vehicle",
152152
"enum": [
153153
"bicycle",
154+
"cargo_bicycle",
154155
"car",
155156
"scooter",
156157
"moped",

provider/status_changes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"description": "The type of vehicle",
152152
"enum": [
153153
"bicycle",
154+
"cargo_bicycle",
154155
"car",
155156
"scooter",
156157
"moped",

provider/stops.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@
285285
"type": "integer",
286286
"minimum": 0
287287
},
288+
"cargo_bicycle": {
289+
"$id": "#/definitions/vehicle_type_counts/properties/cargo_bicycle",
290+
"type": "integer",
291+
"minimum": 0
292+
},
288293
"car": {
289294
"$id": "#/definitions/vehicle_type_counts/properties/car",
290295
"type": "integer",

provider/trips.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"description": "The type of vehicle",
198198
"enum": [
199199
"bicycle",
200+
"cargo_bicycle",
200201
"car",
201202
"scooter",
202203
"moped",

provider/vehicles.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"description": "The type of vehicle",
275275
"enum": [
276276
"bicycle",
277+
"cargo_bicycle",
277278
"car",
278279
"scooter",
279280
"moped",

0 commit comments

Comments
 (0)