TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
Transfer Search Stop Over Request Structure is a JSON Structure definition published by Amadeus, describing 12 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.
{
"$schema": "https://json-structure.org/draft/v0/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/transfer-search-stop-over-request-structure.json",
"title": "StopOverRequest",
"description": "StopOverRequest structure from Transfer Search",
"type": "object",
"properties": {
"duration": {
"type": "string",
"description": "the intermediate stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M"
},
"locationCode": {
"type": "string",
"description": "the intermediate stop airport IATA code, e.g. CDG. Location could be defined either using location code or address (address line, zip code, country code, city, geo code)"
},
"addressLine": {
"type": "string",
"description": "the intermediate stop street address including building number, e.g. 5 Avenue Anatole France"
},
"countryCode": {
"type": "string",
"description": "the intermediate stop country, the location with [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format (e.g. US)"
},
"cityName": {
"type": "string",
"description": "the intermediate stop city name, e.g. Paris"
},
"zipCode": {
"type": "string",
"description": "the intermediate stop postal/zip code, e.g. 75007"
},
"googlePlaceId": {
"type": "string",
"description": "the intermediate stop google place id only for google address e.g. ChIJL-DOWeBv5kcRfTbh97PimNc."
},
"name": {
"type": "string",
"description": "the intermediate stop name e.g. Airport Name, Hotel Name etc."
},
"stateCode": {
"type": "string",
"description": "the intermediate stop state code according to [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)"
},
"geoCode": {
"type": "string",
"description": "the intermediate stop latitude and longitude of geographical location following the structure {latitude},{longitude} e.g. 48.858093,2.294694"
},
"sequenceNumber": {
"type": "number",
"description": "sequence number of the stop e.g. 3"
},
"uicCode": {
"type": "string",
"description": "UIC code defined by the worldwide railway organization e.g. 8600626"
}
}
}