Amadeus · JSON Structure

Transfer Search Distance Structure

Distance structure from Transfer Search

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

Transfer Search Distance 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

value unit

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/transfer-search-distance-structure.json",
  "title": "Distance",
  "description": "Distance structure from Transfer Search",
  "type": "object",
  "properties": {
    "value": {
      "type": "integer",
      "description": "great-circle distance between two locations. This distance thus do not take into account traffic conditions; international boundaries; mountains; water; or other elements that might make the a nearby location hard to reach."
    },
    "unit": {
      "type": "string",
      "description": "unit of the distance"
    }
  }
}