summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/test/json/metrics-spec/search.json
blob: 2d5dec0b56a191d405df2f3b896e0fafdbdbff16 (plain)
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
{
  "metrics": [
    {
      "id": "1",
      "key": "burned_budget",
      "name": "Burned budget",
      "domain": "Management",
      "type": "FLOAT",
      "direction": 0,
      "qualitative": false,
      "hidden": false,
      "custom": true
    },
    {
      "id": "2",
      "key": "business_value",
      "name": "Business value",
      "domain": "Complexity",
      "type": "PERCENT",
      "description": "Description of Business value",
      "direction": 0,
      "qualitative": false,
      "hidden": false,
      "custom": true
    },
    {
      "id": "3",
      "key": "team_size",
      "name": "Team size",
      "domain": "Management",
      "type": "INT",
      "direction": 0,
      "qualitative": false,
      "hidden": false,
      "custom": true
    }
  ],
  "total": 3,
  "p": 1,
  "ps": 100
}