Amadeus Traveler Media · JSON Structure

Travel Recommendations Response_Recommended Location Structure

response_recommendedLocation schema

Type: object Properties: 3
ContentDestinationMediaPhotosPoints of InterestTourismTravel

response_recommendedLocation is a JSON Structure definition published by Amadeus Traveler Media, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

warnings data meta

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-structure/travel-recommendations-response_recommended-location-structure.json",
  "name": "response_recommendedLocation",
  "description": "response_recommendedLocation schema",
  "type": "object",
  "properties": {
    "warnings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Warning"
      }
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RecommendedLocation"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/Meta"
    }
  }
}