Texecom Event Schemas

JSON Schema Documentation

Device Service Event Types

Event types emitted by the device service.

$idhttps://schemas.texecom-prod.com/v2/events/event-type/service/device/v1.0.0.json
$schemahttp://json-schema.org/draft-07/schema

$id https://schemas.texecom-prod.com/v2/events/event-type/service/device/v1.0.0.json
Title Device Service Event Types
Description Event types emitted by the device service.
TypeString
Enum
  • device.site.created
  • device.site.updated
  • device.site.deleted
  • device.hardware.linked
  • device.hardware.unlinked
  • device.smartpanel.registered
  • device.smartpanel.updated
  • device.installation.site_hardware_linked

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/service/device/v1.0.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Device Service Event Types",
    "description": "Event types emitted by the device service.",
    "type": "string",
    "enum": [
        "device.site.created",
        "device.site.updated",
        "device.site.deleted",
        "device.hardware.linked",
        "device.hardware.unlinked",
        "device.smartpanel.registered",
        "device.smartpanel.updated",
        "device.installation.site_hardware_linked"
    ]
}