Skip to content

Commit

Permalink
Update schema docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 6, 2025
1 parent bd94b13 commit 74106b5
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3549,8 +3549,7 @@ enum RelativeDirection {
- Passing through a crossing or intersection.
- Passing through a station entrance or exit when it is not know whether the passenger is
entering or exiting. If it _is_ known then `ENTER_STATION`/`EXIT_STATION` is used.
If available, entrance information is in the `step.feature` field.
More information about the entrance is in the `step.feature` field.
"""
CONTINUE
DEPART
Expand All @@ -3559,14 +3558,14 @@ enum RelativeDirection {
Entering a public transport station. If it's not known if the passenger is entering or exiting
then `CONTINUE` is used.
If available, entrance information is in the `step.feature` field.
More information about the entrance is in the `step.feature` field.
"""
ENTER_STATION
"""
Exiting a public transport station. If it's not known if the passenger is entering or exiting
then `CONTINUE` is used.
If available then entrance information is in the `step.feature` field.
More information about the entrance is in the `step.feature` field.
"""
EXIT_STATION
"Follow the signs indicating a specific location like \"platform 1\" or \"exit B\"."
Expand Down

0 comments on commit 74106b5

Please sign in to comment.