UNPKG

loopback-component-satellizer

Version:
74 lines (73 loc) 1.52 kB
{ "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": "facebook-get" }, { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "google" }, { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "google-get" }, { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "twitter" }, { "accessType": "EXECUTE", "principalType": "ROLE", "principalId": "$unauthenticated", "permission": "ALLOW", "property": "twitter-get" } ], "methods": [] }