diff --git a/openapi.yaml b/openapi.yaml index 04bfe05..1778310 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3,6 +3,7 @@ info: title: OSRM API v5.22.0 description: Open Source Routing Machine Models version: "1" +paths: {} components: schemas: ApiResponse: @@ -201,12 +202,14 @@ components: distance: type: array items: - type: double + type: number + format: double description: The distance, in metres, between each pair of coordinates duration: type: array items: - type: double + type: number + format: double description: The duration between each pair of coordinates, in seconds datasources: type: array @@ -365,4 +368,4 @@ components: trips_index: type: integer waypoint_index: - type: integer \ No newline at end of file + type: integer