{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/verizon/refs/heads/main/json-schema/thingspace-connectivity-carrier-information-schema.json", "title": "CarrierInformation", "description": "Carrier network information", "type": "object", "properties": { "carrierName": { "type": "string", "description": "Name of the carrier", "example": "Verizon Wireless" }, "state": { "type": "string", "description": "Account state on this carrier", "example": "REGISTERED" } } }