Amadeus Reservations · JSON Structure

Flight Order Management Location Value Structure

LocationValue schema

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

LocationValue is a JSON Structure definition published by Amadeus Reservations, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cityCode countryCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-order-management-location-value-structure.json",
  "name": "LocationValue",
  "description": "LocationValue schema",
  "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"
}