Amadeus · Schema

Links

Links schema from Trip Purpose Prediction

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
self string
related string
type string
View JSON Schema on GitHub

JSON Schema

trip-purpose-prediction-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/trip-purpose-prediction-links-schema.json",
  "title": "Links",
  "description": "Links schema from Trip Purpose Prediction",
  "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"
    }
  },
  "type": "object"
}