Alerts for vitrous pro
A placeholder schema that accepts any string.
| $id | https://schemas.texecom-prod.com/v2/events/event-type/alerts/v1.0.0.json |
| $schema | http://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. |
| Type | String |
| 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"
]
}