AeroDataBox · Schema

CodeshareStatus

Flight code-share status

Possible values:

AviationFlightsAerospaceFlight DataAirport Data
View JSON Schema on GitHub

JSON Schema

aerodatabox-codesharestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CodeshareStatus",
  "title": "CodeshareStatus",
  "enum": [
    "Unknown",
    "IsOperator",
    "IsCodeshared"
  ],
  "type": "string",
  "description": "Flight code-share status<p>Possible values:</p>\r\n<ul>\r\n<li><b>0 - Unknown</b>: Code-sharing information is unavailable for this flight. Flight might be operated both by airline owning the flight number as well as by another airliner.</li>\r\n<li><b>1 - IsOperator</b>: Flight is operated by an airline owning the flight number (the same code)</li>\r\n<li><b>2 - IsCodeshared</b>: Flight is code-shared (operated by an airline other than airline owning the flight number)</li>\r\n</ul>\r\n"
}