Amadeus · JSON Structure

Flight Choice Prediction Collection Links Structure

CollectionLinks structure from Flight Choice Prediction

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

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

Properties

self next previous last first up

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-choice-prediction-collection-links-structure.json",
  "title": "CollectionLinks",
  "description": "CollectionLinks structure from Flight Choice Prediction",
  "type": "object",
  "properties": {
    "self": {
      "type": "string",
      "format": "uri"
    },
    "next": {
      "type": "string",
      "format": "uri"
    },
    "previous": {
      "type": "string",
      "format": "uri"
    },
    "last": {
      "type": "string",
      "format": "uri"
    },
    "first": {
      "type": "string",
      "format": "uri"
    },
    "up": {
      "type": "string",
      "format": "uri"
    }
  }
}