{ "name": "MessageInbox", "base": "VnModel", "options": { "mysql": { "table": "messageInbox" } }, "properties": { "id": { "type": "Number", "id": true, "description": "Identifier" }, "uuid":{ "type": "String" }, "sender":{ "type": "String" }, "recipient":{ "type": "String" }, "finalRecipient":{ "type": "String" }, "message":{ "type": "String" }, "sendDate":{ "type": "date" } } }