AeroDataBox · JSON Structure

Aerodatabox Flight Plan Status Structure

FlightPlanStatus schema from AeroDataBox API

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

FlightPlanStatus 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-plan-status-structure.json",
  "description": "FlightPlanStatus schema from AeroDataBox API",
  "type": "string",
  "enum": [
    "Proposed",
    "Active",
    "Dropped",
    "Cancelled",
    "Completed"
  ],
  "name": "FlightPlanStatus"
}