MarineTraffic · Schema

ErrorResponse

AISMaritimeShippingVessel Tracking

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

marinetraffic-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": {
            "type": "integer"
          },
          "description": {
            "type": "string"
          }
        }
      }
    }
  }
}