Skip to content
Merged
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
2 changes: 1 addition & 1 deletion gtfs-realtime/proto/gtfs-realtime.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ message FeedMessage {
// Metadata about a feed, included in feed messages.
message FeedHeader {
// Version of the feed specification.
// The current version is 2.0.
// The current version is 2.0. Valid versions are "2.0", "1.0".
required string gtfs_realtime_version = 1;

// Determines whether the current fetch is incremental. Currently,
Expand Down
2 changes: 1 addition & 1 deletion gtfs-realtime/spec/en/examples/alerts.asciipb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# header information
header {
# version of speed specification. Currently "2.0"
# version of speed specification. Currently "2.0". Valid versions are "2.0", "1.0".
gtfs_realtime_version: "2.0"

# determines whether dataset is incremental or full
Expand Down
2 changes: 1 addition & 1 deletion gtfs-realtime/spec/en/examples/trip-updates-full.asciipb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# header information
header {
# version of speed specification. Currently "2.0"
# version of speed specification. Currently "2.0". Valid versions are "2.0", "1.0".
gtfs_realtime_version: "2.0"
# determines whether dataset is incremental or full
incrementality: FULL_DATASET
Expand Down
2 changes: 1 addition & 1 deletion gtfs-realtime/spec/en/reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A GTFS Realtime feed lets transit agencies provide consumers with realtime information about disruptions to their service (stations closed, lines not operating, important delays, etc.) location of their vehicles, and expected arrival times.

Version 2.0 of the feed specification is discussed and documented on this site.
Version 2.0 of the feed specification is discussed and documented on this site. Valid versions are "2.0", "1.0".

### Term Definitions

Expand Down