Amadeus Media · JSON Structure

Hotel Content Geo Code Structure

Geographic coordinates of the hotel.

Type: object Properties: 2
ContentHotelsImagesMediaTravel

GeoCode is a JSON Structure definition published by Amadeus 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-media/refs/heads/main/json-structure/hotel-content-geo-code-structure.json",
  "name": "GeoCode",
  "description": "Geographic coordinates of the hotel.",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "double",
      "description": "Latitude in decimal degrees.",
      "example": 51.508
    },
    "longitude": {
      "type": "double",
      "description": "Longitude in decimal degrees.",
      "example": -0.145
    }
  }
}