Skip to content

Commit

Permalink
Mark TODs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Sep 3, 2024
1 parent 3a02e0c commit 2ed4c10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ components:
This is a Valhalla extension to the OSRM spec.
items:
$ref: '#/components/schemas/ViaWaypoint'
# TODO: admins
RouteStep:
type: object
description: >-
Expand All @@ -191,7 +192,7 @@ components:
format: double
description: The estimated travel time, in number of seconds.
geometry:
type: object
type: object # FIXME
weight:
type: number
format: double
Expand All @@ -207,8 +208,10 @@ components:
Pronunciation of the name (if available).
The format of this varies by implementation/vendor.
destinations:
# FIXME
type: object
exits:
# FIXME
type: object
mode:
type: string
Expand Down Expand Up @@ -250,6 +253,7 @@ components:
Annotation:
type: object
properties:
# TODO: Refactor into properties?
distance:
type: array
items:
Expand Down

0 comments on commit 2ed4c10

Please sign in to comment.