Amadeus · JSON Structure

Flight Busiest Traveling Period Travelers Structure

Travelers structure from Flight Busiest Traveling Period

Type: object Properties: 1
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Busiest Traveling Period Travelers Structure is a JSON Structure definition published by Amadeus, describing 1 property. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

score

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-busiest-traveling-period-travelers-structure.json",
  "title": "Travelers",
  "description": "Travelers structure from Flight Busiest Traveling Period",
  "type": "object",
  "properties": {
    "score": {
      "type": "number",
      "format": "integer",
      "description": "Approximate score for ranking purposes calculated based on number of travelers in the location."
    }
  }
}