Skip to content

Commit

Permalink
Merge pull request #4 from stadiamaps/spec-validity-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie authored Jul 20, 2024
2 parents 44d4563 + 9dc6bc4 commit 420cd66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ info:
title: OSRM API v5.22.0
description: Open Source Routing Machine Models
version: "1"
paths: {}
components:
schemas:
ApiResponse:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -365,4 +368,4 @@ components:
trips_index:
type: integer
waypoint_index:
type: integer
type: integer

0 comments on commit 420cd66

Please sign in to comment.