UNPKG

loopback-component-satellizer

Version:
53 lines (52 loc) 987 B
{ "name": "Account", "plural": "accounts", "base": "User", "idInjection": true, "options": { "validateUpsert": true }, "properties": { "facebook": { "type": "string" }, "google": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "gender": { "type": "string" } }, "validations": [], "relations": {}, "acls": [ { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "facebook" }, { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "google" }, { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "twitter" } ], "methods": [] }