12 lines
278 B
JSON
12 lines
278 B
JSON
|
{
|
||
|
"name": "Email",
|
||
|
"base": "Model",
|
||
|
"properties": {
|
||
|
"to": {"type": "String", "required": true},
|
||
|
"from": {"type": "String", "required": true},
|
||
|
"subject": {"type": "String", "required": true},
|
||
|
"text": {"type": "String"},
|
||
|
"html": {"type": "String"}
|
||
|
}
|
||
|
}
|