Amadeus · JSON Structure

On Demand Flight Status Dated Flight Structure

DatedFlight structure from On-Demand Flight Status

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

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

Properties

type scheduledDepartureDate flightDesignator flightPoints segments legs

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-dated-flight-structure.json",
  "title": "DatedFlight",
  "description": "DatedFlight structure from On-Demand Flight Status",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "scheduledDepartureDate": {
      "type": "string",
      "format": "date",
      "description": "the scheduled departure date"
    },
    "flightDesignator": {
      "type": "string"
    },
    "flightPoints": {
      "type": "array",
      "description": "the flight points of the flight.\nAt least one departure, one arrival\n"
    },
    "segments": {
      "type": "array",
      "description": "the list of segments of the datedFlight\n- definition of segment: the commercial unit corresponding to the passenger journey traveling between two points with the same flight (same flight designator)\n"
    },
    "legs": {
      "type": "array",
      "description": "the list of legs of the datedFlight.\n- definition of leg: operation of the aircraft between a departure station and the next arrival station (between take off and landing)\n"
    }
  }
}