Amadeus · JSON Structure

Flight Delay Prediction Delay Prediction Structure

Delay_Prediction structure from Flight Delay Prediction

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

Flight Delay Prediction Delay Prediction Structure is a JSON Structure definition published by Amadeus, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type subType id result probability

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/flight-delay-prediction-delay-prediction-structure.json",
  "title": "Delay_Prediction",
  "description": "Delay_Prediction structure from Flight Delay Prediction",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name (`prediction`)"
    },
    "subType": {
      "type": "string"
    },
    "id": {
      "type": "string",
      "description": "item identifier"
    },
    "result": {
      "type": "string",
      "description": "forecast description"
    },
    "probability": {
      "type": "string",
      "description": "probability of the forecast (between 0 and 1)"
    }
  }
}