{ "name": "NotificationAcl", "base": "VnModel", "options": { "mysql": { "table": "util.notificationAcl" } }, "relations": { "notification": { "type": "belongsTo", "model": "Notification", "foreignKey": "notificationFk" }, "role": { "type": "belongsTo", "model": "Role", "foreignKey": "roleFk" } } }