{ "name": "CreditClassification", "description": "Clientes clasificados.", "base": "MyModel", "validateUpsert": true, "properties": { "id": { "id": true, "type": "Number", "description": "Identifier" }, "started": { "type": "date" }, "ended": { "type": "date" } }, "relations": { "client": { "type": "belongsTo", "model": "Client", "foreignKey": "clientFk" } }, "acls": [ { "accessType": "*", "principalType": "ROLE", "principalId": "$everyone", "permission": "DENY" }, { "accessType": "*", "principalType": "ROLE", "principalId": "root", "permission": "ALLOW" } ] }