Amadeus · JSON Structure

Points Of Interest Location Structure

Location structure from Points of Interest

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

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

Properties

id self type subType name geoCode category tags rank

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-location-structure.json",
  "title": "Location",
  "description": "Location structure from Points of Interest",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "id of the ressource"
    },
    "self": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "subType": {
      "type": "string",
      "description": "location sub type"
    },
    "name": {
      "type": "string",
      "description": "short name of the location"
    },
    "geoCode": {
      "type": "string"
    },
    "category": {
      "type": "string",
      "description": "category of the location"
    },
    "tags": {
      "type": "array",
      "description": "list of tags related to the location"
    },
    "rank": {
      "type": "string",
      "description": "the rank is the position compared to other locations based on how famous is a place. 1 being the highest."
    }
  }
}