Amadeus · JSON Structure

Trip Purpose Prediction Defaults Structure

the query parameters for which default values were used are returned here

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

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

Properties

searchDate

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-defaults-structure.json",
  "title": "Defaults",
  "description": "the query parameters for which default values were used are returned here",
  "type": "object",
  "properties": {
    "searchDate": {
      "type": "string",
      "description": "the date on which the traveler is performing the search."
    }
  }
}