AT&T · Schema

ThreatAssessmentRequest

ThreatAssessmentRequest schema

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Properties

Name Type Description
device object
View JSON Schema on GitHub

JSON Schema

mobility-threat-anomaly-detection-api-threat-assessment-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/att/refs/heads/main/json-schema/mobility-threat-anomaly-detection-api-threat-assessment-request-schema.json",
  "title": "ThreatAssessmentRequest",
  "description": "ThreatAssessmentRequest schema",
  "type": "object",
  "required": [
    "device"
  ],
  "properties": {
    "device": {
      "type": "object",
      "properties": {
        "phoneNumber": {
          "type": "string",
          "description": "Mobile phone number in E.164 format",
          "example": "+12125551234"
        }
      }
    }
  }
}