Amadeus · Schema

Meta

Meta schema from Airport On-Time Performance

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
links object
View JSON Schema on GitHub

JSON Schema

airport-on-time-performance-meta-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/airport-on-time-performance-meta-schema.json",
  "title": "Meta",
  "description": "Meta schema from Airport On-Time Performance",
  "type": "object",
  "properties": {
    "links": {
      "properties": {
        "self": {
          "type": "string",
          "format": "uri",
          "example": "https://example.com/resource"
        },
        "related": {
          "type": "string",
          "format": "uri",
          "example": "https://example.com/resource"
        },
        "type": {
          "type": "string",
          "example": "string-value"
        }
      }
    }
  }
}