Amadeus · JSON Structure

Airport On Time Performance Links Structure

Links structure from Airport On-Time Performance

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

Airport On Time Performance Links Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

self related type

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-links-structure.json",
  "title": "Links",
  "description": "Links structure from Airport On-Time Performance",
  "type": "object",
  "properties": {
    "self": {
      "type": "string",
      "format": "uri"
    },
    "related": {
      "type": "string",
      "format": "uri"
    },
    "type": {
      "type": "string"
    }
  }
}