ADS-B Exchange · Schema

ApiForbiddenResponse

AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT

Properties

Name Type Description
msg string
reason string
View JSON Schema on GitHub

JSON Schema

apiforbiddenresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiForbiddenResponse",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "msg": {
      "type": "string"
    },
    "reason": {
      "type": "string",
      "nullable": true
    }
  }
}