1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
{
"nodes": {
"apds_script": {},
"apds_service": {},
"apds_rest": {},
"apds_scriptA": {
"category": "aaa"
},
"apds_scriptB": {
"category": "aaa"
},
"apds_serviceA": {
"category": "bbb"
},
"apds_restA": {
"category": "ccc"
},
"apds_restB": {
"category": "ccc"
}
},
"categoryData": {
"aaa": {
"displayName": {
"zh_CN": "扩展脚本任务",
"en_US": "Extension Script Task"
},
"collapse": true
},
"bbb": {
"displayName": {
"zh_CN": "扩展Service任务",
"en_US": "Extension Service Task"
},
"collapse": true
},
"ccc": {
"displayName": {
"zh_CN": "扩展REST任务",
"en_US": "Extension REST Service Task"
},
"collapse": true
}
}
}
|