-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom_v1.example.json
55 lines (54 loc) · 1.08 KB
/
custom_v1.example.json
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
46
47
48
49
50
51
52
53
54
55
{
"project_urls": [
"https://github.com/manateelazycat/lsp-bridge",
"https://gitee.com/ld/J2Cache",
"https://gitee.com/jfinal/jfinal",
"https://github.com/istio/istio"
],
"level": "repo",
"metrics_weights_thresholds": {
"created_since": {
"threshold":120,
"weight": 0.5
},
"updated_since": {
"threshold":0.25,
"weight": 0.5
}
},
"custom_fields": {
"owner_id": 12,
"model_id": 31,
"public": 1,
"version_id": 14
},
"algorithm": "criticality_score",
"debug": true
}
{
"project_urls": [
"https://github.com/manateelazycat/lsp-bridge",
"https://gitee.com/ld/J2Cache",
"https://gitee.com/jfinal/jfinal",
"https://github.com/istio/istio"
],
"level": "repo",
"metrics_weights_thresholds": {
"created_since": {
"threshold":120,
"weight": 0.5
},
"updated_since": {
"threshold":0.25,
"weight": 0.5
}
},
"custom_fields": {
"owner_id": 12,
"model_id": 31,
"public": 1,
"version_id": 14
},
"algorithm": "criticality_score",
"debug": true
}