{ "name": "InvoiceInConfig", "base": "VnModel", "options": { "mysql": { "table": "invoiceInConfig" } }, "properties": { "id": { "id": true, "type": "number", "description": "Identifier" }, "retentionRate": { "type": "number" }, "retentionName": { "type": "string" }, "daysAgo": { "type": "number" } }, "relations": { "sageWithholding": { "type": "belongsTo", "model": "SageWithholding", "foreignKey": "sageWithholdingFk" } }, "acls": [{ "accessType": "READ", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" }] }