{ "name": "SupplierContact", "base": "Loggable", "log": { "model":"SupplierLog", "relation": "supplier" }, "options": { "mysql": { "table": "supplierContact" } }, "properties": { "id": { "type": "Number", "id": true, "description": "Identifier" }, "supplierFk": { "type": "String" }, "phone": { "type": "String" }, "mobile": { "type": "String" }, "email": { "type": "String" }, "observation": { "type": "String" }, "name": { "type": "String" } }, "relations": { "supplier": { "type": "belongsTo", "model": "Supplier", "foreignKey": "supplierFk" } }, "acls": [ { "accessType": "READ", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" } ] }