{ "name": "SaySimpleCountry", "base": "VnModel", "options": { "mysql": { "table": "saySimpleCountry" } }, "properties": { "countryFk": { "type": "number", "id": true }, "channel": { "type": "number" } }, "acls": [ { "accessType": "READ", "principalType": "ROLE", "principalId": "$authenticated", "permission": "ALLOW" } ] }