flight
Operating Carrier Code and the Number of the airline flight to be taken on Leg of the trip (excluding the carrier code).
carrierCodestring
Operating Carrier Code; the standard abbreviation code indicating name of the operating carrier like United Airlines, Jet Blue, etc.
Possible values: >= 2 characters
and <= 2 characters
Example:
LH
flightNumberstring
Number of the airline flight to be taken on Leg of the trip excluding the carrier code.
Possible values: non-empty
and <= 5 characters
Example:
0799
flight
{
"carrierCode": "LH",
"flightNumber": "0799"
}