Amadeus · JSON Structure

Safe Place Safety Score Structure

SafetyScore structure from Safe Place

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

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

Properties

women physicalHarm theft politicalFreedom lgbtq medical overall

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-safety-score-structure.json",
  "title": "SafetyScore",
  "description": "SafetyScore structure from Safe Place",
  "type": "object",
  "properties": {
    "women": {
      "type": "integer",
      "description": "Likelihood of inappropriate behavior against females. Score go from 1 (not likely) to 100 (very likely)."
    },
    "physicalHarm": {
      "type": "integer",
      "description": "Likelihood of injury due to harmful intent. Score go from 1 (not likely) to 100 (very likely)."
    },
    "theft": {
      "type": "integer",
      "description": "Likelihood of theft. Score go from 1 (not likely) to 100 (very likely)."
    },
    "politicalFreedom": {
      "type": "integer",
      "description": "Potential for infringement of political rights or political unrest. Score go from 1 (not likely) to 100 (very likely)."
    },
    "lgbtq": {
      "type": "integer",
      "description": "Likelihood of harm or discrimination against LGBTQ persons or groups and level of caution required at location. Score go from 1 (not likely) to 100 (very likely)."
    },
    "medical": {
      "type": "integer",
      "description": "Likelihood of illness or disease, assessment of water and air quality, and access to reliable medical care. Score go from 1 (not likely) to 100 (very likely)."
    },
    "overall": {
      "type": "integer",
      "description": "An average of the 6 \u201csub\u201d-categories. Score go from 1 (very safe) to 100 (very dangerous)."
    }
  }
}