{
    "name": "FieldAcl",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "salix.fieldAcl"
        }
    },
    "properties": {
        "id": {
            "id": true,
            "type": "number"
        },
        "model": {
            "type": "string"
        },
        "property":{
            "type": "string"
        },
        "actionType":{
            "type": "string"
        },
        "role":{
            "type": "string"
        }
    }
}