ADS-B Exchange · Schema

ApiTooManyRequestsResponse

AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

apitoomanyrequestsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiTooManyRequestsResponse",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "message": {
      "type": "string"
    }
  }
}