response_recommendedLocation

response_recommendedLocation schema

ContentDestinationMediaPhotosPoints of InterestTourismTravel

Properties

Name Type Description
warnings array
data array
meta object
View JSON Schema on GitHub

JSON Schema

travel-recommendations-response_recommended-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-schema/travel-recommendations-response_recommended-location-schema.json",
  "title": "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"
    }
  }
}