Skip to content

Commit bf23269

Browse files
committed
Address PR feedback
1 parent 25a8740 commit bf23269

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

data-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This MDS data types page catalogs the objects (fields, types, requirements, desc
55
## Table of Contents
66

77
- [Vehicles](#vehicles)
8-
- [Vehicle Types][vehicle-types]
8+
- [Vehicle Types](#vehicle-types)
99
- [Propulsion Types](#propulsion-types)
1010
- [Vehicle Status](#vehicle-status)
1111
- [Events](#events)
12-
- [Event Types](/modes/event_types.md)
12+
- [Event Times](#event-times)
1313
- [Telemetry](#telemetry)
1414
- [GPS Data][gps]
1515
- [Stops](#stops)
@@ -108,7 +108,7 @@ Events represent changes in vehicle status.
108108
| `event_types` | Enum[] | Required | Vehicle [event types][vehicle-events] for state change, with allowable values determined by `vehicle_state` |
109109
| `timestamp` | [Timestamp][ts] | Required | Date/time that event occurred at. See [Event Times][event-times] |
110110
| `publication_time` | [Timestamp][ts] | Optional | Date/time that event became available through the status changes endpoint |
111-
| `location` | [GPS][gps] | Required | See also [Stop-based Geographic Data][stop-based-geo]. |
111+
| `location` | [GPS][gps] | Required | See also [Telemetry][telemetry]. |
112112
| `event_geographies` | UUID[] | Optional | **[Beta feature](/general-information.md#beta-features):** *Yes (as of 2.0.0)*. Array of Geography UUIDs consisting of every Geography that contains the location of the status change. See [Geography Driven Events][geography-driven-events]. Required if `location` is not present. |
113113
| `battery_percent` | Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
114114
| `fuel_percent` | Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
@@ -302,8 +302,8 @@ Other special group types may be added in future MDS releases as relevant agency
302302
[iso4217]: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
303303
[modes]: /modes/README.md
304304
[propulsion-types]: #propulsion-types
305-
[stop-based-geo]: /general-information.md#stop-based-geographic-data
306305
[stops]: #stops
306+
[telemetry]: #telemetry
307307
[toc]: #table-of-contents
308308
[ts]: /general-information.md#timestamps
309309
[vehicle-states]: /general-information.md#vehicle-states

provider/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schem
273273

274274
## Trips
275275

276-
A [trip][trips-general-info] represents a journey taken by a *mobility as a service* customer with a geo-tagged start and stop point.
276+
A [trip][trips] represents a journey taken by a *mobility as a service* customer with a geo-tagged start and stop point.
277277

278278
The trips endpoint allows a user to query historical trip data.
279279

@@ -441,7 +441,7 @@ See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schem
441441

442442
The `/events/recent` endpoint is a near-realtime feed of events less than two weeks old.
443443

444-
See also [Stop-based Geographic Data][stop-based-geo].
444+
See also [Telemetry][telemetry].
445445

446446
**Endpoint:** `/events/recent`
447447
**Method:** `GET`
@@ -574,12 +574,10 @@ See [Provider examples](examples.md#reports).
574574
[responses]: /general-information.md#responses
575575
[schema]: /schema/
576576
[stops]: /data-types.md#stops
577-
[stop-based-geo]: /general-information.md#stop-based-geographic-data
578577
[telemetry]: /data-types.md#telemetry
579578
[telemetry---query-parameters]: #telemetry-query-parameters
580579
[toc]: #table-of-contents
581580
[trips]: /data-types.md#trips
582-
[trips-general-info]: /general-information.md#stop-based-geographic-data
583581
[ts]: /general-information.md#timestamps
584582
[vehicles]: /data-types.md#vehicles
585583
[vehicle-types]: /data-types.md#vehicle-types

0 commit comments

Comments
 (0)