You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-types.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,10 +110,10 @@ Events represent changes in vehicle status.
110
110
|`publication_time`|[Timestamp][ts]|[Optional](./general-information.md#optional-fields)| Date/time that event became available through the status changes endpoint |
111
111
|`location`|[GPS][gps]| Required | See also [Telemetry][telemetry]. |
112
112
|`event_geographies`| UUID[]|[Optional](./general-information.md#optional-fields)|**[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. |
113
-
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
114
-
|`fuel_percent`| Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
115
-
|`trip_ids`| UUID[]| Required if Applicable | Trip UUIDs (foreign key to /trips endpoint), required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction`|
116
-
|`stop_id`| UUID | Required if Applicable | Stop that the vehicle is currently located at. See [Stops][stops]|
113
+
|`battery_percent`| Integer |[Required if Applicable](./general-information.md#required-if-applicable-fields)| Percent battery charge of vehicle, expressed between 0 and 100 |
114
+
|`fuel_percent`| Integer |[Required if Applicable](./general-information.md#required-if-applicable-fields)| Percent fuel in vehicle, expressed between 0 and 100 |
115
+
|`trip_ids`| UUID[]|[Required if Applicable](./general-information.md#required-if-applicable-fields)| Trip UUIDs (foreign key to /trips endpoint), required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction`|
116
+
|`stop_id`| UUID |[Required if Applicable](./general-information.md#required-if-applicable-fields)| Stop that the vehicle is currently located at. See [Stops][stops]|
117
117
|`associated_ticket`| String |[Optional](./general-information.md#optional-fields)| Identifier for an associated ticket inside an Agency-maintained 311 or CRM system |
118
118
119
119
### Event Times
@@ -135,11 +135,11 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
135
135
|`timestamp`|[Timestamp][ts]| Required | Date/time that event occurred. Based on GPS or GNSS clock |
136
136
| `trip_ids` | UUID[] | Required | If telemetry occurred during a trip, the ID of the trip(s). If not in a trip, `null`.
137
137
| `journey_id` | UUID | Required | If telemetry occurred during a trip and journeys are used for the mode, the ID of the journey. If not in a trip, `null`.
138
-
|`stop_id`| UUID | Required if Applicable | Stop that the vehicle is currently located at. See [Stops][stops]|
138
+
|`stop_id`| UUID |[Required if Applicable](./general-information.md#required-if-applicable-fields)| Stop that the vehicle is currently located at. See [Stops][stops]|
139
139
|`location`|[GPS][gps]| Required | Telemetry position data |
140
140
|`location_type`| Enum | Required if Known | If detectable and known, what type of location the device is on or in. One of `street`, `sidewalk`, `crosswalk`, `garage`, `bike_lane`. |
141
-
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
142
-
|`fuel_percent`| Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
141
+
|`battery_percent`| Integer |[Required if Applicable](./general-information.md#required-if-applicable-fields)| Percent battery charge of vehicle, expressed between 0 and 100 |
142
+
|`fuel_percent`| Integer |[Required if Applicable](./general-information.md#required-if-applicable-fields)| Percent fuel in vehicle, expressed between 0 and 100 |
143
143
|`tipped_over`| Boolean | Required if Known | If detectable and known, is the device tipped over or not? Default is 'false'. |
0 commit comments