Verizon · JSON Structure

Thingspace Connectivity Device Id Structure

Device identifier

Type: object Properties: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

DeviceId 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

kind id

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-device-id-structure.json",
  "description": "Device identifier",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "imei",
        "meid",
        "esn",
        "iccid",
        "min",
        "mdn",
        "otaid"
      ],
      "description": "Type of device identifier",
      "example": "imei"
    },
    "id": {
      "type": "string",
      "description": "Device identifier value",
      "example": "990013907835573"
    }
  },
  "name": "DeviceId"
}