Amadeus · Schema

AircraftEquipment

AircraftEquipment schema from On-Demand Flight Status

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
aircraftType string the type of aircraft that will operate the leg
View JSON Schema on GitHub

JSON Schema

on-demand-flight-status-aircraft-equipment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/on-demand-flight-status-aircraft-equipment-schema.json",
  "title": "AircraftEquipment",
  "description": "AircraftEquipment schema from On-Demand Flight Status",
  "properties": {
    "aircraftType": {
      "description": "the type of aircraft that will operate the leg",
      "type": "string",
      "example": 733
    }
  },
  "type": "object"
}