Amadeus · JSON Structure

On Demand Flight Status Delay Structure

Delay structure from On-Demand Flight Status

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

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

Properties

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/on-demand-flight-status-delay-structure.json",
  "title": "Delay",
  "description": "Delay structure from On-Demand Flight Status",
  "type": "object",
  "properties": {
    "duration": {
      "type": "string",
      "description": "the delay recorded for the timing following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations)"
    }
  }
}