aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/metrics-spec/search-updated.json
blob: 639f5835a6394c37fe5ec27b5425197e790b7e25 (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
{
  "metrics": [
    {
      "id": "1",
      "key": "burned_budget",
      "name": "Burned budget",
      "domain": "Management",
      "type": {
        "key": "FLOAT",
        "name": "Float"
      }
    },
    {
      "id": "2",
      "key": "business_value",
      "name": "Business value",
      "domain": "Complexity",
      "type": {
        "key": "PERCENT",
        "name": "Percent"
      },
      "description": "Description of Business value"
    },
    {
      "id": "3",
      "key": "updated_key",
      "name": "Updated Name",
      "domain": "Random Domain",
      "type": {
        "key": "WORK_DUR",
        "name": "Duration"
      }
    }
  ],
  "total": 3,
  "p": 1,
  "ps": 100
}