{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.att.com/schemas/network/device-roaming-status", "title": "Device Roaming Status", "description": "Roaming status and location information for a device", "type": "object", "properties": { "roaming": { "type": "boolean" }, "countryCode": { "type": "string" }, "countryName": { "type": "string" } } }