Skip to content

Commit ffd020a

Browse files
authored
Merge pull request #698 from openmobilityfoundation/ms-cargo-bicycle
Add 'cargo_bicycle' vehicle type and clearer definitions.
2 parents 5b96ea8 + 3cca796 commit ffd020a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

general-information.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -431,12 +431,13 @@ The *State Machine Diagram* shows how `vehicle_state` and `event_type` relate to
431431
The list of allowed `vehicle_type` values in MDS. Aligning with [GBFS vehicle types form factors](https://github.com/NABSA/gbfs/blob/master/gbfs.md#vehicle_typesjson-added-in-v21-rc).
432432

433433
| `vehicle_type` | Description |
434-
|--------------| --- |
435-
| bicycle | Anything with pedals, including recumbents; can include powered assist |
436-
| car | Any automobile |
437-
| scooter | Any motorized mobility device intended for one rider |
438-
| moped | A motorcycle/bicycle hybrid that can be powered or pedaled |
439-
| other | A device that does not fit in the other categories |
434+
|---------------| --- |
435+
| bicycle | A two-wheeled mobility device intended for personal transportation that can be operated via pedals, with or without a motorized assist (includes e-bikes, recumbents, and tandems) |
436+
| cargo_bicycle | A two- or three-wheeled bicycle intended for transporting larger, heavier cargo than a standard bicycle (such as goods or passengers), with or without motorized assist (includes bakfiets/front-loaders, cargo trikes, and long-tails) |
437+
| car | A passenger car or similar light-duty vehicle |
438+
| scooter | A standing or seated fully-motorized mobility device intended for one rider, capable of travel at low or moderate speeds, and suited for operation in infrastructure shared with motorized bicycles |
439+
| moped | A seated fully-motorized mobility device capable of travel at moderate or high speeds and suited for operation in general urban traffic |
440+
| other | A device that does not fit in the other categories |
440441

441442
[Top][toc]
442443

schema/templates/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@
683683
"description": "The type of vehicle",
684684
"enum": [
685685
"bicycle",
686+
"cargo_bicycle",
686687
"car",
687688
"scooter",
688689
"moped",
@@ -709,4 +710,4 @@
709710
"pattern": "^1\\.2\\.[0-9]+$"
710711
}
711712
}
712-
}
713+
}

0 commit comments

Comments
 (0)