Verizon · JSON Structure

Thingspace Connectivity Callback Summary Structure

Callback registration summary

Type: object Properties: 2
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

CallbackSummary 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 url

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-callback-summary-structure.json",
  "description": "Callback registration summary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Callback service name",
      "example": "CarrierService"
    },
    "url": {
      "type": "string",
      "description": "Callback URL",
      "example": "https://your-callback.example.com/carrier"
    }
  },
  "name": "CallbackSummary"
}