AT&T · Schema

DeviceRoamingRequest

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Properties

Name Type Description
device object
View JSON Schema on GitHub

JSON Schema

att-deviceroamingrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceRoamingRequest",
  "title": "DeviceRoamingRequest",
  "type": "object",
  "required": [
    "device"
  ],
  "properties": {
    "device": {
      "$ref": "#/components/schemas/Device"
    }
  }
}