AT&T · JSON Structure

Network Apis Threat Assessment Structure

ML-based device threat assessment from AT&T network

Type: object Properties: 3
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Threat Assessment 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

riskLevel anomalyScore threats

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/threat-assessment",
  "title": "Threat Assessment",
  "description": "ML-based device threat assessment from AT&T network",
  "type": "object",
  "properties": {
    "riskLevel": {
      "type": "string",
      "enum": [
        "LOW",
        "MEDIUM",
        "HIGH",
        "CRITICAL"
      ]
    },
    "anomalyScore": {
      "type": "number"
    },
    "threats": {
      "type": "array"
    }
  }
}