AT&T · JSON Structure

Network Apis Device Roaming Status Structure

Roaming status and location information for a device

Type: object Properties: 3
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Device Roaming Status Structure is a JSON Structure definition published by AT&T, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

roaming countryCode countryName

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/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"
    }
  }
}