You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the vehicle_type field present in the Provider spec supports only bicycle and scooter values. Consider expanding the types available to include values such as sedan, suv, minivan, and van; if the direction is to keep things a bit more generic, these types could be classified under a single automobile category.
Further, the following fields could be added as supplemental information for microtransit types:
capacity: The number of seats bookable to the public (e.g. not including the driver)
occupancy: The number of people/seats booked in a trip
wheelchair_accessibility: True/false
These fields could be available as part of a collection of trips, i.e. Journey, that describes a driver's shift. Trips could then roll up or be otherwise associated to a journey.
The text was updated successfully, but these errors were encountered:
@FordSmartMobility Thanks for the suggestion! We're working on figuring out how to support multiple vehicle types, see #95.
My preference is that we use the code in generate_schema to use common datatypes (such as Point, timestamp, etc) and then each mobility type gets a subfolder in both agency/ and provider/.
This would 1) make the JSON schema more robust and 2) make it easier to adapt the spec for more mobility options as they happen.
Currently, the
vehicle_type
field present in the Provider spec supports onlybicycle
andscooter
values. Consider expanding the types available to include values such assedan
,suv
,minivan
, andvan
; if the direction is to keep things a bit more generic, these types could be classified under a singleautomobile
category.Further, the following fields could be added as supplemental information for microtransit types:
capacity
: The number of seats bookable to the public (e.g. not including the driver)occupancy
: The number of people/seats booked in a tripwheelchair_accessibility
: True/falseThese fields could be available as part of a collection of trips, i.e.
Journey
, that describes a driver's shift. Trips could then roll up or be otherwise associated to a journey.The text was updated successfully, but these errors were encountered: