{
    "name": "SageWithholding",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "sage.TiposRetencion"
        }
    },
    "log": {
        "showField": "withholding"
    },
    "properties": {
        "id": {
            "type": "number",
            "id": true,
            "description": "Identifier",
            "mysql": {
                "columnName": "CodigoRetencion"
            }
        },
        "withholding": {
            "type": "string",
            "mysql": {
                "columnName": "Retencion"
            }
        }
    },
    "acls": [
        {
            "accessType": "READ",
            "principalType": "ROLE",
            "principalId": "$everyone",
            "permission": "ALLOW"
        }
    ]
}