Skip to content

Commit 7083224

Browse files
avatarneilthekaveman
authored andcommitted
Optional -> N/A for dockless
1 parent f40374e commit 7083224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
180180
| `route` | GeoJSON `FeatureCollection` | Required | See [Routes](#routes) detail below |
181181
| `accuracy` | Integer | Required | The approximate level of accuracy, in meters, of `Points` within `route` |
182182
| `start_time` | [timestamp][ts] | Required | |
183-
| `start_stop_id` | UUID | Required (*docked*), Optional (*dockless*) | Identifier for a stop see [Stops](LINKTBD). |
183+
| `start_stop_id` | UUID | Required (*docked*), N/A (*dockless*) | Identifier for a stop see [Stops](LINKTBD). |
184184
| `end_time` | [timestamp][ts] | Required | |
185-
| `end_stop_id` | UUID | Required (*docked*), Optional (*dockless*) | Identifier for a stop see [Stops](LINKTBD). |
185+
| `end_stop_id` | UUID | Required (*docked*), N/A (*dockless*) | Identifier for a stop see [Stops](LINKTBD). |
186186
| `publication_time` | [timestamp][ts] | Optional | Date/time that trip became available through the trips endpoint |
187187
| `parking_verification_url` | String | Optional | A URL to a photo (or other evidence) of proper vehicle parking |
188188
| `standard_cost` | Integer | Optional | The cost, in the currency defined in `currency`, that it would cost to perform that trip in the standard operation of the System (see [Costs & Currencies][costs-and-currencies]) |

0 commit comments

Comments
 (0)