{ "name": "ClientNotification", "base": "VnModel", "options": { "mysql": { "table": "clientNotification" } }, "properties": { "id": { "id": true, "type": "Number", "description": "Identifier" }, "created": { "type": "date" } }, "relations": { "client": { "type": "belongsTo", "model": "Client", "foreignKey": "clientFk" }, "clientNotificationType": { "type": "belongsTo", "model": "ClientNotificationType", "foreignKey": "clientNotificationTypeFk" }, "worker": { "type": "belongsTo", "model": "Worker", "foreignKey": "workerFk" } } }