mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-13 00:28:41 +08:00
14 lines
333 B
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});"
|
|
} |