Amadeus Reservations · JSON Structure

Flight Create Orders Phone Device Type Structure

Type of the device (Landline, Mobile or Fax)

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

PhoneDeviceType is a JSON Structure definition published by Amadeus Reservations. 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-reservations/refs/heads/main/json-structure/flight-create-orders-phone-device-type-structure.json",
  "name": "PhoneDeviceType",
  "description": "Type of the device (Landline, Mobile or Fax)",
  "type": "string",
  "enum": [
    "MOBILE",
    "LANDLINE",
    "FAX"
  ]
}