TomTom · Schema

Incident

MapsTrafficTransportationNavigationLocationGeospatialRoutingGeocoding

Properties

Name Type Description
type string
geometry object
properties object
View JSON Schema on GitHub

JSON Schema

tomtom-incident-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Incident",
  "title": "Incident",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "geometry": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "coordinates": {
          "type": "array"
        }
      }
    },
    "properties": {
      "$ref": "#/components/schemas/IncidentProperties"
    }
  }
}