{ "name": "MailForward", "base": "VnModel", "options": { "mysql": { "table": "account.mailForward" } }, "properties": { "account": { "id": true, "type": "Number" }, "forwardTo": { "type": "String" } }, "acls": [ { "accessType": "READ", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" } ] }