AeroDataBox · Schema

FlightPlanStatus

AviationFlightsAerospaceFlight DataAirport Data
View JSON Schema on GitHub

JSON Schema

aerodatabox-flightplanstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlightPlanStatus",
  "title": "FlightPlanStatus",
  "enum": [
    "Proposed",
    "Active",
    "Dropped",
    "Cancelled",
    "Completed"
  ],
  "type": "string"
}