Amadeus · JSON Structure

Flight Order Management Location Value Structure

LocationValue structure from Flight Order Management

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

Flight Order Management Location Value 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

cityCode countryCode

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/flight-order-management-location-value-structure.json",
  "title": "LocationValue",
  "description": "LocationValue structure from Flight Order Management",
  "type": "object",
  "properties": {
    "cityCode": {
      "type": "string",
      "description": "City code associated to the airport"
    },
    "countryCode": {
      "type": "string",
      "description": "Country code of the airport"
    }
  }
}