aircraft.proto
path vasystem/api/v2/aircraft.proto
package vasystem.api.v2
Messages
AircraftModel
An AircraftModel resource represents a model of aircraft. An aircraft model is an aircraft type linked to an airline and its configuration (usually seating configuration).
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the aircraft model. |
aircraft_type | AircraftType | The type of aircraft. |
airline | Airline | The airline that operates the aircraft model. |
name | string | The name of the aircraft model. Example: ` Boeing 737-824(WL)` |
AircraftType
An AircraftType resource represents a type of aircraft, irrespective of the airline that operates it.
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the aircraft type. |
icao_code | string | The ICAO aircraft type code. Unique. Example: `B738` |
iata_code | string | The IATA aircraft type code. Example: `738` |
name | string | The name of the aircraft type. Example: `Boeing 737-800` |