Amadeus · JSON Structure

Travel Recommendations Response Recommended Location Structure

response_recommendedLocation structure from Travel Recommendations API

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

Travel Recommendations Response Recommended Location Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

warnings data meta

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/travel-recommendations-response-recommended-location-structure.json",
  "title": "response_recommendedLocation",
  "description": "response_recommendedLocation structure from Travel Recommendations API",
  "type": "object",
  "properties": {
    "warnings": {
      "type": "array"
    },
    "data": {
      "type": "array"
    },
    "meta": {
      "type": "object",
      "description": "Meta information about the returned object(s) in \"data\""
    }
  }
}