Verizon · Schema

Feature

Account feature

WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

Properties

Name Type Description
name string Feature name
description string Feature description
View JSON Schema on GitHub

JSON Schema

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