{ "$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 } } }