formatting-template
formatting-template
Base model for Notification formatting template.
For JSON the model descendants will generate with a field named "type" with one of the following values:
"WEBHOOK_TEMPLATE", "EMAIL_TEMPLATE". Submodels are :
webhook-template
email-formatting-template
JSON Example
{
"type": "string"
}
string
type
Optional
Used to identify schema type. For each schema its equivalent value should be used. allowableValues = {WEBHOOK_TEMPLATE, EMAIL_TEMPLATE}