{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/refs/heads/main/json-structure/device-status-api-device-connectivity-status-structure.json", "description": "DeviceConnectivityStatus schema", "type": "object", "properties": { "connectivityStatus": { "type": "string", "description": "Current device connectivity state", "enum": [ "CONNECTED_DATA", "CONNECTED_SMS", "NOT_CONNECTED" ], "example": "CONNECTED_DATA" }, "roaming": { "type": "boolean", "description": "Whether the device is currently roaming", "example": false } }, "name": "DeviceConnectivityStatus" }