Amadeus · Schema

AircraftEntry

AircraftEntry schema from Branded Fares Upsell

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

branded-fares-upsell-aircraft-entry-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/branded-fares-upsell-aircraft-entry-schema.json",
  "title": "AircraftEntry",
  "description": "AircraftEntry schema from Branded Fares Upsell",
  "additionalProperties": {
    "description": "the manufacturer/model of aircraft",
    "type": "string"
  }
}