AT&T Developer Hub · JSON Structure

Mobility Threat Anomaly Detection Api Threat Indicator Structure

ThreatIndicator schema

Type: object Properties: 4
Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

ThreatIndicator is a JSON Structure definition published by AT&T Developer Hub, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type severity description detectedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/refs/heads/main/json-structure/mobility-threat-anomaly-detection-api-threat-indicator-structure.json",
  "description": "ThreatIndicator schema",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of threat detected",
      "enum": [
        "UNUSUAL_LOCATION",
        "ABNORMAL_DATA_USAGE",
        "KNOWN_MALWARE_TRAFFIC",
        "SIM_CLONING",
        "ROAMING_ANOMALY",
        "CALL_PATTERN_ANOMALY"
      ],
      "example": "UNUSUAL_LOCATION"
    },
    "severity": {
      "type": "string",
      "description": "Severity of the threat indicator",
      "enum": [
        "LOW",
        "MEDIUM",
        "HIGH",
        "CRITICAL"
      ],
      "example": "MEDIUM"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the threat",
      "example": "Device location changed rapidly from expected home area"
    },
    "detectedAt": {
      "type": "datetime",
      "description": "When the threat indicator was detected",
      "example": "2026-04-19T14:30:00Z"
    }
  },
  "name": "ThreatIndicator"
}