Skip to main content

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).

NameTypeDescription
idstringUnique identifier of the aircraft model.
aircraft_typeAircraftTypeThe type of aircraft.
airlineAirlineThe airline that operates the aircraft model.
namestringThe 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.

NameTypeDescription
idstringUnique identifier of the aircraft type.
icao_codestringThe ICAO aircraft type code. Unique. Example: `B738`
iata_codestringThe IATA aircraft type code. Example: `738`
namestringThe name of the aircraft type. Example: `Boeing 737-800`