Amadeus · Schema

Delay

Delay schema from On-Demand Flight Status

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
duration string the delay recorded for the timing following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations)
View JSON Schema on GitHub

JSON Schema

on-demand-flight-status-delay-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/on-demand-flight-status-delay-schema.json",
  "title": "Delay",
  "description": "Delay schema from On-Demand Flight Status",
  "properties": {
    "duration": {
      "description": "the delay recorded for the timing following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations)",
      "type": "string",
      "example": "PT25M"
    }
  },
  "type": "object"
}