Amadeus Traveler Media · JSON Structure

Location Score Response_Location Score Structure

response_locationScore schema

Type: object Properties: 3
ContentDestinationMediaPhotosPoints of InterestTourismTravel

response_locationScore 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

meta data warnings

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/location-score-response_location-score-structure.json",
  "name": "response_locationScore",
  "description": "response_locationScore schema",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/category-rated-areas"
      }
    },
    "warnings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Warning"
      }
    }
  }
}