Amadeus · Schema

Coverage

part of the trip covered by the travel class restriction (ALL_SEGMENTS if ommited)

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

JSON Schema

flight-offers-search-coverage-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-coverage-schema.json",
  "title": "Coverage",
  "description": "part of the trip covered by the travel class restriction (ALL_SEGMENTS if ommited)",
  "type": "string",
  "enum": [
    "MOST_SEGMENTS",
    "AT_LEAST_ONE_SEGMENT",
    "ALL_SEGMENTS"
  ],
  "example": "MOST_SEGMENTS"
}