Amadeus · JSON Structure

On Demand Flight Status Leg Structure

Leg structure from On-Demand Flight Status

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

On Demand Flight Status Leg Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

boardPointIataCode offPointIataCode aircraftEquipment scheduledLegDuration

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/on-demand-flight-status-leg-structure.json",
  "title": "Leg",
  "description": "Leg structure from On-Demand Flight Status",
  "type": "object",
  "properties": {
    "boardPointIataCode": {
      "type": "string",
      "description": "3-letter IATA code of the departure airport. e.g. LHR"
    },
    "offPointIataCode": {
      "type": "string",
      "description": "3-letter IATA code of the arrival airport. e.g. BKK"
    },
    "aircraftEquipment": {
      "type": "string"
    },
    "scheduledLegDuration": {
      "type": "string",
      "description": "duration of the leg following standard [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations)"
    }
  }
}