AT&T · Schema

Inbound SMS Message

Inbound SMS message received via AT&T

Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Properties

Name Type Description
messageId string
message string
senderAddress string
destinationAddress string
dateTime string
View JSON Schema on GitHub

JSON Schema

wireless-apis-inbound-sms-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.att.com/schemas/wireless/inbound-sms-message",
  "title": "Inbound SMS Message",
  "description": "Inbound SMS message received via AT&T",
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "senderAddress": {
      "type": "string"
    },
    "destinationAddress": {
      "type": "string"
    },
    "dateTime": {
      "type": "string",
      "format": "date-time"
    }
  }
}