ThreatAssessmentRequest schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/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" } } } } }