Amadeus · Schema

LocationValue

LocationValue schema from Seatmap Display

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
cityCode string City code associated to the airport
countryCode string Country code of the airport
View JSON Schema on GitHub

JSON Schema

seatmap-display-location-value-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/seatmap-display-location-value-schema.json",
  "title": "LocationValue",
  "description": "LocationValue schema from Seatmap Display",
  "properties": {
    "cityCode": {
      "type": "string",
      "description": "City code associated to the airport",
      "example": "PAR"
    },
    "countryCode": {
      "type": "string",
      "description": "Country code of the airport",
      "example": "FR"
    }
  },
  "type": "object"
}