Skip to content
Open
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: 1 addition & 2 deletions docs/en/documentation/realtime/gtfs-realtime.proto
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ message Alert {
// Time when the alert should be shown to the user. If missing, the
// alert will be shown as long as it appears in the feed.
// If multiple ranges are given, the alert will be shown during all of them.
repeated TimeRange active_period = 1;
// Should not be used - for backwards-compatibility only.
repeated TimeRange active_period = 1 [deprecated = true];

Expand Down Expand Up @@ -1268,4 +1267,4 @@ message ReplacementStop {

// The following extension IDs are reserved for private use by any organization.
extensions 9000 to 9999;
}
}