Amadeus · Schema

LocationEntry

LocationEntry schema from Branded Fares Upsell

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

branded-fares-upsell-location-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/branded-fares-upsell-location-entry-schema.json",
  "title": "LocationEntry",
  "description": "LocationEntry schema from Branded Fares Upsell",
  "additionalProperties": {
    "properties": {
      "cityCode": {
        "type": "string",
        "description": "City code associated to the airport",
        "example": "PAR"
      },
      "countryCode": {
        "type": "string",
        "description": "Country code of the airport",
        "example": "FR"
      }
    }
  }
}