Amadeus · Schema

CarrierEntry

CarrierEntry schema from Flight Offers Search

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

JSON Schema

flight-offers-search-carrier-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/flight-offers-search-carrier-entry-schema.json",
  "title": "CarrierEntry",
  "description": "CarrierEntry schema from Flight Offers Search",
  "additionalProperties": {
    "description": "the carrier name",
    "type": "string"
  }
}