TomTom · Schema

IncidentDetailsResponse

MapsTrafficTransportationNavigationLocationGeospatialRoutingGeocoding

Properties

Name Type Description
incidents array
View JSON Schema on GitHub

JSON Schema

tomtom-incidentdetailsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IncidentDetailsResponse",
  "title": "IncidentDetailsResponse",
  "type": "object",
  "properties": {
    "incidents": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Incident"
      }
    }
  }
}