Skip to content

Commit

Permalink
refactor: Add required fields to ArrivalDepartureForStop schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 20, 2024
1 parent be0f51a commit 44fa9c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,23 @@ components:
vehicleId:
type: string
description: ID of the transit vehicle serving this trip.
required:
- stopId
- tripId
- serviceDate
- routeId
- scheduledArrivalTime
- scheduledDepartureTime
- predictedArrivalTime
- predictedDepartureTime
- stopSequence
- totalStopsInTrip
- tripHeadsign
- vehicleId
- blockTripSequence
- arrivalEnabled
- departureEnabled
- numberOfStopsAway

ScheduleEntry:
type: object
Expand Down

0 comments on commit 44fa9c7

Please sign in to comment.