{
    "name": "DefaultViewConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "salix.defaultViewConfig"
        }
    },
    "properties": {
        "tableCode": {
            "id": true,
            "type": "string",
            "required": true
        },
        "columns": {
            "type": "object"
        }
    },
    "acls": [{
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
    }]
}