todo
Field | Type | Description |
---|---|---|
name | String | A representatation of the type of this message. E.g. a holiday warning. Use this to do add custom logic to specific types. Do not display this to users. |
title | String | A user friendly name for this property, which you can display to the user. E.g. "Description" |
text | String | The value of this property. E.g. "This bread is good for breakfast" |
type | String | String enumarion of 'HTML', 'PLAIN' |
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}