{ "name": "PbxConfig", "base": "VnModel", "options": { "mysql": { "table": "pbx.config" } }, "properties": { "id": { "type": "number", "id": true }, "defaultPrefix": { "type": "string" } }, "acls": [ { "property": "*", "accessType": "READ", "principalType": "ROLE", "principalId": "employee", "permission": "ALLOW" } ] }