Skip to content

Commit 4620c4d

Browse files
authored
Matching timestamp format for Agency
1 parent f118059 commit 4620c4d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

agency/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A vehicle record is as follows:
7676
| `model` | String | Vehicle Model |
7777
| `state` | Enum | Current vehicle state. See [Vehicle State][vehicle-states] |
7878
| `prev_event` | Enum | Last [Vehicle Event][vehicle-event] |
79-
| `updated` | Timestamp | Date of last event update |
79+
| `updated` | [timestamp][ts] | Date of last event update |
8080

8181
404 Failure Response:
8282

@@ -166,7 +166,7 @@ Body Params:
166166
| ----------- | ----------------------------- | -------- | -------------------------------------------------------------------------------- |
167167
| `vehicle_state` | Enum | Required | see [Vehicle States][vehicle-states] |
168168
| `event_types` | Enum[] | Required | see [Vehicle Events][vehicle-events] |
169-
| `timestamp` | Timestamp | Required | Date of last event update |
169+
| `timestamp` | [timestamp][ts] | Required | Date of last event update |
170170
| `telemetry` | [Telemetry](#telemetry-data) | Required | Single point of telemetry |
171171
| `trip_id` | UUID | Optional | UUID provided by Operator to uniquely identify the trip. Required for `trip_start`, `trip_end`, `trip_enter`, and `trip_leave` event types |
172172

@@ -219,7 +219,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
219219
| Field | Type | Required/Optional | Field Description |
220220
| -------------- | -------------- | --------------------- | ------------------------------------------------------------ |
221221
| `device_id` | UUID | Required | ID used in [Register](#vehicle-register) |
222-
| `timestamp` | Timestamp | Required | Date/time that event occurred. Based on GPS or GNSS clock |
222+
| `timestamp` | [timestamp][ts] | Required | Date/time that event occurred. Based on GPS or GNSS clock |
223223
| `gps` | Object | Required | Telemetry position data |
224224
| `gps.lat` | Double | Required | Latitude of the location |
225225
| `gps.lng` | Double | Required | Longitude of the location |
@@ -233,13 +233,14 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
233233

234234
[Top][toc]
235235

236-
[toc]: #table-of-contents
237236
[general]: /general-information.md
238-
[versioning]: /general-information.md#versioning
239-
[responses]: /general-information.md#responses
240237
[error-messages]: /general-information.md#error-messages
238+
[hdop]: https://support.esri.com/en/other-resources/gis-dictionary/term/358112bd-b61c-4081-9679-4fca9e3eb926
239+
[propulsion-types]: /general-information.md#propulsion-types
240+
[responses]: /general-information.md#responses
241+
[toc]: #table-of-contents
242+
[ts]: /general-information.md#timestamps
241243
[vehicle-types]: /general-information.md#vehicle-types
242244
[vehicle-states]: /general-information.md#vehicle-states
243245
[vehicle-events]: /general-information.md#vehicle-state-events
244-
[propulsion-types]: /general-information.md#propulsion-types
245-
[hdop]: https://support.esri.com/en/other-resources/gis-dictionary/term/358112bd-b61c-4081-9679-4fca9e3eb926
246+
[versioning]: /general-information.md#versioning

0 commit comments

Comments
 (0)