Amadeus Traveler Media · JSON Structure

Points Of Interest Geo Code Structure

GeoCode schema

Type: object Properties: 2
ContentDestinationMediaPhotosPoints of InterestTourismTravel

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

Properties

latitude longitude

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/points-of-interest-geo-code-structure.json",
  "name": "GeoCode",
  "description": "GeoCode schema",
  "properties": {
    "latitude": {
      "description": "latitude of the location",
      "type": "double",
      "example": 43.580418
    },
    "longitude": {
      "description": "longitude of the location",
      "type": "double",
      "example": 7.125102
    }
  },
  "type": "object"
}