{ "$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" }