Files
deployd/test-app/resources/users/settings.json

14 lines
333 B
JSON

{
"path": "/users",
"properties": {
"friends": {
"required": false,
"type": "array",
"typeLabel": "array",
"id": "friends"
}
},
"typeLabel": "Users Collection",
"type": "UserCollection",
"onGet": "dpd.users.get({id: {$in: this.friends}}, function(friends) {\r\n if (friends) this.friends = friends;\r\n});"
}