From 450456181a411eaa3b01c1e66bdb8405568ebed2 Mon Sep 17 00:00:00 2001 From: Ahmedhossamdev Date: Mon, 29 Jul 2024 20:48:27 +0300 Subject: [PATCH] chore: Update openapi.yml to include occupancy details in vehicle schema --- openapi.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openapi.yml b/openapi.yml index 57fb735..01fedce 100644 --- a/openapi.yml +++ b/openapi.yml @@ -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