Skip to content

Commit 9ba6c4d

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

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
@@ -193,6 +193,7 @@ message TripUpdate {
193193
// Scheduled time for a NEW, REPLACEMENT, or DUPLICATED trip.
194194
// In Unix time (i.e., number of seconds since January 1st 1970 00:00:00
195195
// UTC).
196+
// Optional if TripUpdate.schedule_relationship is NEW, REPLACEMENT or DUPLICATED, forbidden otherwise.
196197
// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
197198
optional int64 scheduled_time = 4;
198199

0 commit comments

Comments
 (0)