Amadeus Solutions · JSON Structure

Seat Map Display Phone Device Type Structure

Type of the device (Landline, Mobile or Fax)

Type: string Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

PhoneDeviceType is a JSON Structure definition published by Amadeus Solutions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-solutions/refs/heads/main/json-structure/seat-map-display-phone-device-type-structure.json",
  "name": "PhoneDeviceType",
  "description": "Type of the device (Landline, Mobile or Fax)",
  "type": "string",
  "enum": [
    "MOBILE",
    "LANDLINE",
    "FAX"
  ]
}