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