Amadeus Solutions · Schema

ContactDictionary

represents a contact

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Properties

Name Type Description
addresseeName object the name of the person addressed by these contact details
address object
purpose object
View JSON Schema on GitHub

JSON Schema

seat-map-display-contact-dictionary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/seat-map-display-contact-dictionary-schema.json",
  "title": "ContactDictionary",
  "description": "represents a contact",
  "type": "object",
  "properties": {
    "addresseeName": {
      "description": "the name of the person addressed by these contact details",
      "$ref": "#/definitions/Name"
    },
    "address": {
      "$ref": "#/definitions/Address"
    },
    "purpose": {
      "$ref": "#/definitions/ContactPurpose"
    }
  }
}