Amadeus · Schema

CollectionLinks

CollectionLinks schema from Flight Choice Prediction

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
self string
next string
previous string
last string
first string
up string
View JSON Schema on GitHub

JSON Schema

flight-choice-prediction-collection-links-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/flight-choice-prediction-collection-links-schema.json",
  "title": "CollectionLinks",
  "description": "CollectionLinks schema from Flight Choice Prediction",
  "properties": {
    "self": {
      "type": "string",
      "format": "uri",
      "example": "https://test.api.amadeus.com/v1/area/resources?..."
    },
    "next": {
      "type": "string",
      "format": "uri",
      "example": "https://test.api.amadeus.com/v1/area/resources?..."
    },
    "previous": {
      "type": "string",
      "format": "uri",
      "example": "https://test.api.amadeus.com/v1/area/resources?..."
    },
    "last": {
      "type": "string",
      "format": "uri",
      "example": "https://test.api.amadeus.com/v1/area/resources?..."
    },
    "first": {
      "type": "string",
      "format": "uri",
      "example": "https://test.api.amadeus.com/v1/area/resources?..."
    },
    "up": {
      "type": "string",
      "format": "uri",
      "example": "https://test.api.amadeus.com/v1/area/resources?..."
    }
  },
  "example": {
    "self": "https://test.api.amadeus.com/v1/area/resources?param=value"
  },
  "type": "object"
}