UNPKG

neaty

Version:

Neaty: Open Source Framework for Node.js

12 lines (11 loc) 278 B
{ "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"} } }