DELIVERY_SCHEMA¶
Voluptuous Validation Schema for DELIVERY_SCHEMA
Type: object
¶
Property | Type | Required | Possible values | Default | Description |
---|---|---|---|---|---|
method | string | ✅ | sms alexa mobile_push chime email media persistent generic | ||
alias | string | string | |||
action | string | string | |||
platform | string | string | |||
template | string | string | |||
default | string | string | false | ||
selection | array | fallback_on_error scenario default fallback | ["default"] | ||
target | array | string | |||
entities | array | string | |||
message | string | string | |||
title | string | string | |||
data | object | object | |||
enabled | string | string | true | ||
options | object | object | {} | ||
priority | array | low medium high critical | ["low", "medium", "high", "critical"] | ||
occupancy | string | all_in all_out any_in any_out only_in only_out all none | "all" | ||
condition | string | string |
Markdown generated with jsonschema-markdown.