Amadeus · JSON Structure

Trip Purpose Prediction Meta Structure

Meta structure from Trip Purpose Prediction

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

Trip Purpose Prediction Meta Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

links defaults

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/trip-purpose-prediction-meta-structure.json",
  "title": "Meta",
  "description": "Meta structure from Trip Purpose Prediction",
  "type": "object",
  "properties": {
    "links": {
      "type": "string"
    },
    "defaults": {
      "type": "object",
      "description": "the query parameters for which default values were used are returned here"
    }
  }
}