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