Skip to content

Commit

Permalink
Add back array definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Quinteiro authored and thekaveman committed Oct 5, 2018
1 parent add1e55 commit 5a8e703
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ Endpoint: `/trips`
Method: `GET`
Response: See the [`trips` schema][trips-schema] for the expected format.

Data: `{ "trips": [] }`, an array of objects with the following structure

| Field | Type | Required/Optional | Comments |
| ----- | -------- | ----------------- | ----- |
| `provider_id` | UUID | Required | A UUID for the Provider, unique within MDS |
Expand Down Expand Up @@ -218,6 +220,8 @@ Endpoint: `/status_changes`
Method: `GET`
Response: See the [`status_changes` schema][sc-schema] for the expected format.

Data: `{ "status_changes": [] }`, an array of objects with the following structure

| Field | Type | Required/Optional | Comments |
| ----- | ---- | ----------------- | ----- |
| `provider_id` | UUID | Required | A UUID for the Provider, unique within MDS |
Expand Down

0 comments on commit 5a8e703

Please sign in to comment.