AT&T · Schema

ThreatAssessmentRequest

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Properties

Name Type Description
device object
View JSON Schema on GitHub

JSON Schema

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