Skip to content

Commit

Permalink
Merge pull request #14 from jfh01/JFH01_suggested_additions
Browse files Browse the repository at this point in the history
Suggested API additions
  • Loading branch information
xxmarcelxx authored Jun 5, 2018
2 parents 6276294 + 76c029c commit ff15030
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ Response:
| `trip_distance` | Integer | Required | Trip Distance, in Meters |
| `start_point` | Point | Required | |
| `end_point` | Point | Required | |
| `accuracy` | Integer | Required | The approximate level of accuracy, in meters, represented by start_point and end_point. |
| `route` | Line | Optional | |
| `sample_rate` | Integer | Optional | The frequency, in seconds, in which the route is sampled |
| `device_id` | UUID | Required | |
| `start_time` | Unix Timestamp | Required | |
| `end_time` | Unix Timestamp | Required | |
| `parking_verification` | String | Optional | A URL to a photo (or other evidence) of proper vehicle parking |
| `standard_cost` | Integer | Optional | The cost, in cents that it would cost to perform that trip in the standard operation of the System. |
| `actual_cost` | Integer | Optional | The actual cost paid by the user of the Mobility as a service provider |

Expand All @@ -60,6 +62,7 @@ Response:
| `availability_start_time` | Unix Timestamp | Required | |
| `availability_end_time` | Unix Timestamp | Required | If a device is still available, use NaN |
| `placement_reason` | Enum | Required | Reason for placement (`user_drop_off`, `rebalancing_drop_off`) |
| `allowed_placement` | Bool | Required | Indicates whether provider believes placement was allowable under service area rules. |
| `pickup_reason` | Enum | Required | Reason for removal (`user_pick_up`, `rebalacing_pick_up`, `out_of_service_area_pick_up`, `maintenance_pick_up`) |
| `associated_trips` | [UUID] | Optional | list of associated maintenance |

Expand Down

0 comments on commit ff15030

Please sign in to comment.