Skip to content

Commit 67f77a6

Browse files
committed
Add URL for StopTime + fix case on trip property
1 parent 8e5be9d commit 67f77a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ _Optional properties_:
133133
* [gtfs:wheelchairAccessible](http://vocab.gtfs.org/terms#wheelchairAccessible) - whether the trip can be accessed by 1 or more wheelchairs.
134134
* [gtfs:bikesAllowed](http://vocab.gtfs.org/terms#bikesAllowed) - bikes allowed or not (xsd:boolean)
135135

136-
### gtfs:StopTime
136+
### [gtfs:StopTime](http://vocab.gtfs.org/terms#StopTime)
137137

138138
_Mandatory properties_:
139139

140-
* [gtfs:Trip](http://vocab.gtfs.org/terms#Trip) - link to a trip it is part of
140+
* [gtfs:trip](http://vocab.gtfs.org/terms#trip) - link to a trip it is part of
141141
* [gtfs:arrivalTime](http://vocab.gtfs.org/terms#arrivalTime) - arrival time given as a __duration__ calculated starting at noon minus 12h in this format "hh:mm"
142142
* [gtfs:departureTime](http://vocab.gtfs.org/terms#departureTime) - departure time given as a __duration__ calculated starting at noon minus 12h in this format "hh:mm"
143143
* [gtfs:stop](http://vocab.gtfs.org/terms#stop) - stop

0 commit comments

Comments
 (0)