Amadeus · JSON Structure

Points Of Interest Geo Code Structure

GeoCode structure from Points of Interest

Type: object Properties: 2
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Points Of Interest Geo Code Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

latitude longitude

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/points-of-interest-geo-code-structure.json",
  "title": "GeoCode",
  "description": "GeoCode structure from Points of Interest",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "number",
      "format": "double",
      "description": "latitude of the location"
    },
    "longitude": {
      "type": "number",
      "format": "double",
      "description": "longitude of the location"
    }
  }
}