Verizon · JSON Structure

Thingspace Connectivity Carrier Information Structure

Carrier network information

Type: object Properties: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

CarrierInformation is a JSON Structure definition published by Verizon, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

carrierName state

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verizon/refs/heads/main/json-structure/thingspace-connectivity-carrier-information-structure.json",
  "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"
    }
  },
  "name": "CarrierInformation"
}