Device schema
{ "$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-device-schema.json", "title": "Device", "description": "Device schema", "type": "object", "properties": { "phoneNumber": { "type": "string", "description": "Mobile phone number in E.164 format", "example": "+12125551234" } } }