Texecom Event Schemas

JSON Schema Documentation

Alerts for vitrous pro

A placeholder schema that accepts any string.

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

$id https://schemas.texecom-prod.com/v2/events/event-type/alerts/v1.0.0.json
Title Alerts for vitrous pro
Description A placeholder schema that accepts any string.
TypeString
Enum
  • alert.acknowledge
  • alert.reset
  • alert.setting.read
  • alert.setting.write

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/alerts/v1.0.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Alerts for vitrous pro",
    "description": "A placeholder schema that accepts any string.",
    "type": "string",
    "enum": [
        "alert.acknowledge",
        "alert.reset",
        "alert.setting.read",
        "alert.setting.write"
    ]
}