{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api.att.com/schemas/network/network-metrics", "title": "Network Metrics", "description": "Network performance metrics for a device on AT&T network", "type": "object", "properties": { "networkGeneration": { "type": "string", "enum": [ "5G", "5G_NSA", "4G", "3G" ] }, "signalStrength": { "type": "string", "enum": [ "EXCELLENT", "GOOD", "FAIR", "POOR" ] }, "estimatedDownlinkThroughput": { "type": "number" }, "estimatedLatency": { "type": "integer" }, "congestionLevel": { "type": "string", "enum": [ "LOW", "MEDIUM", "HIGH" ] } } }