{ "name": "ItemFamily", "base": "VnModel", "options": { "mysql": { "table": "itemFamily" } }, "properties": { "code": { "type": "string", "id": true, "description": "Identifier" }, "description": { "type": "string" } }, "acls": [ { "accessType": "READ", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" } ] }