AeroDataBox · JSON Structure

Aerodatabox Flight Search By Enum Structure

Criteria to search flight by

Possible values:

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

FlightSearchByEnum is a JSON Structure definition published by AeroDataBox. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-flight-search-by-enum-structure.json",
  "description": "Criteria to search flight by<p>Possible values:</p>\r\n<ul>\r\n<li><b>0 - Number</b>: Search by flight number</li>\r\n<li><b>1 - Reg</b>: Search by aircraft registration</li>\r\n<li><b>2 - CallSign</b>: Search by ATC call-sign</li>\r\n<li><b>3 - Icao24</b>: Search by 24-bit ICAO Mode-S Transponder code</li>\r\n</ul>\r\n",
  "type": "string",
  "enum": [
    "Number",
    "Reg",
    "CallSign",
    "Icao24"
  ],
  "name": "FlightSearchByEnum"
}