diff --git a/gtfs-realtime/proto/gtfs-realtime.proto b/gtfs-realtime/proto/gtfs-realtime.proto index 373ae2a64..88581ab05 100644 --- a/gtfs-realtime/proto/gtfs-realtime.proto +++ b/gtfs-realtime/proto/gtfs-realtime.proto @@ -323,6 +323,14 @@ message TripUpdate { // populated and will be ignored by consumers. // NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future. optional string start_time = 3; + + // The extensions namespace allows 3rd-party developers to extend the + // GTFS Realtime Specification in order to add and evaluate new features + // and modifications to the spec. + extensions 1000 to 1999; + + // The following extension IDs are reserved for private use by any organization. + extensions 9000 to 9999; } optional TripProperties trip_properties = 6; @@ -676,7 +684,6 @@ message TripDescriptor { // NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future. DUPLICATED = 6; } - // NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future. optional ScheduleRelationship schedule_relationship = 4; // The extensions namespace allows 3rd-party developers to extend the