mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-19 06:36:47 +08:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"path": "/recursive",
|
|
"order": 5,
|
|
"properties": {
|
|
"name": {
|
|
"required": false,
|
|
"type": "string",
|
|
"typeLabel": "string",
|
|
"id": "name"
|
|
}
|
|
},
|
|
"typeLabel": "Collection",
|
|
"type": "Collection",
|
|
"$renameFrom": "/recursive",
|
|
"onGet": "dpd.recursive.get(function(result, err) {\r\n this.more = result;\r\n});"
|
|
} |