Amadeus · JSON Structure

Location Score Response Location Score Structure

response_locationScore structure from Location Score

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

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

Properties

meta data warnings

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/location-score-response-location-score-structure.json",
  "title": "response_locationScore",
  "description": "response_locationScore structure from Location Score",
  "type": "object",
  "properties": {
    "meta": {
      "type": "object",
      "description": "Meta information about the returned object(s) in \"data\""
    },
    "data": {
      "type": "array"
    },
    "warnings": {
      "type": "array"
    }
  }
}