Amadeus · JSON Structure

Airport On Time Performance On Time Prediction Structure

OnTimePrediction structure from Airport On-Time Performance

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

Airport On Time Performance On Time 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/airport-on-time-performance-on-time-prediction-structure.json",
  "title": "OnTimePrediction",
  "description": "OnTimePrediction structure from Airport On-Time Performance",
  "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)"
    }
  }
}