Amadeus · JSON Structure

On Demand Flight Status Segment Structure

Segment 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 Segment 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 scheduledSegmentDuration partnership

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-segment-structure.json",
  "title": "Segment",
  "description": "Segment structure from On-Demand Flight Status",
  "type": "object",
  "properties": {
    "boardPointIataCode": {
      "type": "string",
      "description": "3-letter IATA code of the departure airport. e.g. CDG"
    },
    "offPointIataCode": {
      "type": "string",
      "description": "3-letter IATA code of the arrival airport. e.g. AMS"
    },
    "scheduledSegmentDuration": {
      "type": "string",
      "description": "duration of the segment following standard [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations)"
    },
    "partnership": {
      "type": "string"
    }
  }
}