Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gtfs-realtime/proto/gtfs-realtime.proto
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ message Alert {
CONSTRUCTION = 10;
POLICE_ACTIVITY = 11;
MEDICAL_EMERGENCY = 12;
SPECIAL_EVENT = 13; // A special one-time or recurring event such as a parade, festival, performance, farmers market, or sporting event.
}
optional Cause cause = 6 [default = UNKNOWN_CAUSE];

Expand Down Expand Up @@ -1256,4 +1257,4 @@ message ReplacementStop {

// The following extension IDs are reserved for private use by any organization.
extensions 9000 to 9999;
}
}
1 change: 1 addition & 0 deletions gtfs-realtime/spec/en/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ Cause of this alert.
| **CONSTRUCTION** |
| **POLICE_ACTIVITY** |
| **MEDICAL_EMERGENCY** |
| **SPECIAL_EVENT** |

## _enum_ Effect

Expand Down
1 change: 1 addition & 0 deletions gtfs-realtime/spec/en/service-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ What is the cause of this alert? You may specify one of the following:
* Construction
* Police activity
* Medical emergency
* Special Event

## Effect

Expand Down