{
    "name": "MdbBranch",
    "base": "VnModel",
    "options": {
        "mysql": {
          "table": "mdbBranch"
        }
    },
    "properties": {
        "name": {
            "id": true,
            "type": "string",
            "description": "Identifier"
        },
        "dsName": {
            "id": true,
            "type": "string",
            "description": "ODBC name"
        }
    }
}