AT&T · JSON Structure

Wireless Apis Delivery Info Structure

SMS delivery status information

Type: object Properties: 2
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Wireless Apis Delivery Info Structure is a JSON Structure definition published by AT&T, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

address deliveryStatus

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.att.com/schemas/wireless/delivery-info",
  "title": "Delivery Info",
  "description": "SMS delivery status information",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "deliveryStatus": {
      "type": "string",
      "enum": [
        "DeliveredToTerminal",
        "DeliveryImpossible",
        "DeliveredToNetwork",
        "MessageWaiting"
      ]
    }
  }
}