AT&T · Schema

Device Roaming Status

Roaming status and location information for a device

Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Properties

Name Type Description
roaming boolean
countryCode string
countryName string
View JSON Schema on GitHub

JSON Schema

network-apis-device-roaming-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.att.com/schemas/network/device-roaming-status",
  "title": "Device Roaming Status",
  "description": "Roaming status and location information for a device",
  "type": "object",
  "properties": {
    "roaming": {
      "type": "boolean"
    },
    "countryCode": {
      "type": "string"
    },
    "countryName": {
      "type": "string"
    }
  }
}