TomTom · Schema

RouteResponse

MapsTrafficTransportationNavigationLocationGeospatialRoutingGeocoding

Properties

Name Type Description
formatVersion string
routes array
View JSON Schema on GitHub

JSON Schema

tomtom-routeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteResponse",
  "title": "RouteResponse",
  "type": "object",
  "properties": {
    "formatVersion": {
      "type": "string"
    },
    "routes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Route"
      }
    }
  }
}