ADS-B Exchange · Schema

RequestedUrlTooLongResponse

Requested URL is too long.

AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT

Properties

Name Type Description
msg string
View JSON Schema on GitHub

JSON Schema

requestedurltoolongresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RequestedUrlTooLongResponse",
  "type": "object",
  "description": "Requested URL is too long.",
  "additionalProperties": false,
  "properties": {
    "msg": {
      "type": "string"
    }
  }
}