Skip to content

Commit 0db0b68

Browse files
committed
mark scheduled_time as conditionally forbidden in the proto as mentioned in reference.md
1 parent 8558296 commit 0db0b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gtfs-realtime/proto/gtfs-realtime.proto

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ message TripUpdate {
194194
// In Unix time (i.e., number of seconds since January 1st 1970 00:00:00
195195
// UTC).
196196
// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
197+
// Optional if TripUpdate.schedule_relationship is NEW, REPLACEMENT or DUPLICATED, forbidden otherwise.
197198
optional int64 scheduled_time = 4;
198199

199200
// The extensions namespace allows 3rd-party developers to extend the

0 commit comments

Comments
 (0)