AT&T Developer Hub · Schema

NetworkMetricsRequest

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Properties

Name Type Description
device object
View JSON Schema on GitHub

JSON Schema

at-t-developer-hub-networkmetricsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkMetricsRequest",
  "title": "NetworkMetricsRequest",
  "type": "object",
  "required": [
    "device"
  ],
  "properties": {
    "device": {
      "$ref": "#/components/schemas/Device"
    }
  }
}