Amadeus · JSON Structure

Flight Order Management Address Structure

address information

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

Flight Order Management Address Structure is a JSON Structure definition published by Amadeus, describing 6 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

lines postalCode countryCode cityName stateName postalBox

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-address-structure.json",
  "title": "Address",
  "description": "address information",
  "type": "object",
  "properties": {
    "lines": {
      "type": "array",
      "description": "Line 1 = Street address, Line 2 = Apartment, suite, unit, building, floor, etc"
    },
    "postalCode": {
      "type": "string",
      "description": "Example: 74130"
    },
    "countryCode": {
      "type": "string",
      "description": "country code [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)"
    },
    "cityName": {
      "type": "string",
      "description": "Full city name. Example: Dublin"
    },
    "stateName": {
      "type": "string",
      "description": "Full state name"
    },
    "postalBox": {
      "type": "string",
      "description": "E.g. BP 220"
    }
  }
}