From 3c9097e1879f9d52c0d9e93e1f3796dff49a362e Mon Sep 17 00:00:00 2001 From: Jeff Kessler <31969870+jeffkessler-keolis@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:05:28 -0400 Subject: [PATCH] Clarifies run_events PK includes trip_service_id --- docs/spec/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/index.md b/docs/spec/index.md index 98624d8..4935910 100644 --- a/docs/spec/index.md +++ b/docs/spec/index.md @@ -104,7 +104,7 @@ In addition to the fields defined in GTFS, specific fields for use within TODS a ### `run_events.txt` -Primary Key: (`service_id`, `run_id`, `event_sequence`) +Primary Key: (`service_id`, `trip_service_id`, `run_id`, `event_sequence`) | **Field Name** | **Type** | **Required** | **Description** | | --- | --- | --- | --- |