Amadeus · Schema

Meta

Meta schema from Trip Purpose Prediction

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
links object
defaults object the query parameters for which default values were used are returned here
View JSON Schema on GitHub

JSON Schema

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