Skip to content

Commit

Permalink
chore: Update openapi.yml to include occupancy details in vehicle schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Jul 29, 2024
1 parent da46c19 commit 4504561
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,16 @@ components:
type: string
tripStatus:
$ref: '#/components/schemas/TripStatus'
occupancyCapacity:
type: integer
occupancyCount:
type: integer
occupancyStatus:
type: string
phase:
type: string
status:
type: string
required:
- vehicleId
- lastUpdateTime
Expand Down

0 comments on commit 4504561

Please sign in to comment.