Amadeus · Schema

Air_Traffic

Air_Traffic schema from Flight Busiest Traveling Period

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
type string
period string Time period following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard
analytics object
View JSON Schema on GitHub

JSON Schema

flight-busiest-traveling-period-air-traffic-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-busiest-traveling-period-air-traffic-schema.json",
  "title": "Air_Traffic",
  "description": "Air_Traffic schema from Flight Busiest Traveling Period",
  "properties": {
    "type": {
      "type": "string",
      "example": "air-traffic"
    },
    "period": {
      "description": "Time period following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard",
      "type": "string",
      "example": "2017-01"
    },
    "analytics": {
      "properties": {
        "travelers": {
          "properties": {
            "score": {
              "type": "number",
              "format": "integer",
              "description": "Approximate score for ranking purposes calculated based on number of travelers in the location.",
              "example": 68
            }
          }
        }
      }
    }
  },
  "type": "object"
}