Amadeus · JSON Structure

Safe Place Location Structure

Location structure from Safe Place

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

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

Properties

id self type subType name geoCode

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/safe-place-location-structure.json",
  "title": "Location",
  "description": "Location structure from Safe Place",
  "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"
    }
  }
}