{ "name": "FieldAcl", "base": "VnModel", "options": { "mysql": { "table": "fieldAcl" } }, "properties": { "id": { "id": true, "type": "Number" }, "model": { "type": "String" }, "property":{ "type": "String" }, "actionType":{ "type": "String" }, "role":{ "type": "String" } } }