TomTom · Schema

BatchResponse

MapsTrafficTransportationNavigationLocationGeospatialRoutingGeocoding

Properties

Name Type Description
formatVersion string
batchSummary object
batchItems array
View JSON Schema on GitHub

JSON Schema

tomtom-batchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchResponse",
  "title": "BatchResponse",
  "type": "object",
  "properties": {
    "formatVersion": {
      "type": "string"
    },
    "batchSummary": {
      "type": "object",
      "properties": {
        "successfulRequests": {
          "type": "integer"
        },
        "totalRequests": {
          "type": "integer"
        }
      }
    },
    "batchItems": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}