AeroDataBox · JSON Structure

Aerodatabox Flight Type Structure

FlightType schema from AeroDataBox API

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

FlightType 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-type-structure.json",
  "description": "FlightType schema from AeroDataBox API",
  "type": "string",
  "enum": [
    "Other",
    "General",
    "Scheduled",
    "NonScheduled",
    "Military"
  ],
  "name": "FlightType"
}