Skip to content

Commit a448617

Browse files
authored
Merge pull request #789 from openmobilityfoundation/feature-modes-delivery-robots
New Mode: Delivery Robots
2 parents e03c10d + a4b8441 commit a448617

File tree

5 files changed

+317
-3
lines changed

5 files changed

+317
-3
lines changed

agency/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The Trips endpoint serves two purposes:
372372
| Field | Type | Required/Optional | Field Description |
373373
|-------------------------------|--------------------------------|------------------------| ----------------- |
374374
| trip_id | UUID | Required | UUID for the trip this payload pertains to |
375-
| journey_id | UUID | Optional | A unique ID for associating collections of trips |
375+
| trip_type | Enum | Optional | The type of the trip |
376376
| trip_attributes | `{ [String]: String}` | Optional | Trip attributes, given as mode-specific key-value pairs |
377377
| provider_id | UUID | Required | Provider which managed this trip |
378378
| reservation_method | Enum | Required | Way the customer created their reservation, see [reservation-method](#reservation-method) |

general-information.md

+1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ The list of allowed `vehicle_type` values in MDS. Aligning with [GBFS vehicle ty
342342
| car | A passenger car or similar light-duty vehicle |
343343
| 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 |
344344
| moped | A seated fully-motorized mobility device capable of travel at moderate or high speeds and suited for operation in general urban traffic |
345+
| delivery_robot | A robot intended for transporting goods |
345346
| other | A device that does not fit in the other categories |
346347

347348
[Top][toc]

0 commit comments

Comments
 (0)