Verizon · JSON Structure

Thingspace Connectivity Feature Structure

Account feature

Type: object Properties: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

Feature 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

name description

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-feature-structure.json",
  "description": "Account feature",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Feature name",
      "example": "Callback"
    },
    "description": {
      "type": "string",
      "description": "Feature description",
      "example": "Callback enabled"
    }
  },
  "name": "Feature"
}