Amadeus · Schema

Defaults

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

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
searchDate string the date on which the traveler is performing the search.
View JSON Schema on GitHub

JSON Schema

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