Amadeus · JSON Structure

Seatmap Display Contact Dictionary Structure

represents a contact

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

Seatmap Display Contact Dictionary Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

addresseeName address purpose

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/seatmap-display-contact-dictionary-structure.json",
  "title": "ContactDictionary",
  "description": "represents a contact",
  "type": "object",
  "properties": {
    "addresseeName": {
      "type": "string",
      "description": "name"
    },
    "address": {
      "type": "object",
      "description": "address information"
    },
    "purpose": {
      "type": "string",
      "description": "the purpose for which this contact is to be used"
    }
  }
}