{
    "name": "WorkerTimeControlParams",
    "description": "imap config",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "workerTimeControlParams"
        }
    },
    "properties": {
        "mailHost": {
            "type": "String"
        },
        "mailUser": {
            "type": "String"
        },
        "mailPass": {
            "type": "String"
        },
        "mailSuccessFolder": {
            "type": "String"
        },
        "mailErrorFolder": {
            "type": "String"
        }
    },
    "acls": [
      {
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
      }
    ]
}