Verizon · Schema

CarrierInformation

Carrier network information

WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

Properties

Name Type Description
carrierName string Name of the carrier
state string Account state on this carrier
View JSON Schema on GitHub

JSON Schema

thingspace-connectivity-carrier-information-schema.json Raw ↑
{
  "$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"
    }
  }
}