Type name: Flight
Extends Intangible
Name | Type | Description |
---|---|---|
aircraft | Text or Vehicle | The kind of aircraft (e.g., "Boeing 747"). |
arrivalAirport | Airport | The airport where the flight terminates. |
arrivalGate | Text | Identifier of the flight's arrival gate. |
arrivalTerminal | Text | Identifier of the flight's arrival terminal. |
arrivalTime | DateTime | The expected arrival time. |
carrier | Organization | 'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights. |
departureAirport | Airport | The airport where the flight originates. |
departureGate | Text | Identifier of the flight's departure gate. |
departureTerminal | Text | Identifier of the flight's departure terminal. |
departureTime | DateTime | The expected departure time. |
estimatedFlightDuration | Duration or Text | The estimated time the flight will take. |
flightDistance | Distance or Text | The distance of the flight. |
flightNumber | Text | The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'. |
mealService | Text | Description of the meals that will be provided or available for purchase. |
provider | Organization or Person | The organization providing the reservation. |
seller | Organization or Person | An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider. |
webCheckinTime | DateTime | The time when a passenger can check into the flight online. |