Amadeus · JSON Structure

Flight Choice Prediction Original Flight Stop Structure

details of stops for direct or change of gauge flights

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

Flight Choice Prediction Original Flight Stop Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

iataCode duration

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-choice-prediction-original-flight-stop-structure.json",
  "title": "OriginalFlightStop",
  "description": "details of stops for direct or change of gauge flights",
  "type": "object",
  "properties": {
    "iataCode": {
      "type": "string",
      "description": "[IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx)"
    },
    "duration": {
      "type": "string",
      "description": "stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M"
    }
  }
}