Skip to content

Commit

Permalink
fix: trip example should be using uuids for origin/destination
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Dec 10, 2024
1 parent fe7f2d2 commit 4012044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,14 +794,14 @@ components:
type: string
description: The starting station of the trip
examples:
- Berlin Hauptbahnhof
- Paris Gare du Nord
- efdbb9d1-02c2-4bc3-afb7-6788d8782b1e
- b2e783e1-c824-4d63-b37a-d8d698862f1d
destination:
type: string
description: The destination station of the trip
examples:
- Paris Gare du Nord
- Berlin Hauptbahnhof
- b2e783e1-c824-4d63-b37a-d8d698862f1d
- efdbb9d1-02c2-4bc3-afb7-6788d8782b1e
departure_time:
type: string
format: date-time
Expand Down

0 comments on commit 4012044

Please sign in to comment.