Skip to content

Commit

Permalink
feat: Add required field 'serviceId' to Trip schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 18, 2024
1 parent c9c6fc1 commit 916ed68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,7 @@ components:
required:
- id
- routeId
- serviceId

Config:
type: object
Expand Down Expand Up @@ -2000,6 +2001,8 @@ components:
$ref: '#/components/schemas/TripStatus'
tripId:
type: string
required:
- tripId

TripStatus:
type: object
Expand Down

0 comments on commit 916ed68

Please sign in to comment.