Amadeus · JSON Structure

Trip Purpose Prediction Purpose Prediction Structure

Purpose_Prediction structure from Trip Purpose Prediction

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

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

Properties

type subType id result probability

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-purpose-prediction-structure.json",
  "title": "Purpose_Prediction",
  "description": "Purpose_Prediction structure from Trip Purpose Prediction",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name (`prediction`)"
    },
    "subType": {
      "type": "string"
    },
    "id": {
      "type": "string",
      "description": "item identifier"
    },
    "result": {
      "type": "string",
      "description": "forecast description"
    },
    "probability": {
      "type": "string",
      "description": "probability of the forecast (between 0 and 1)"
    }
  }
}