aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/custom-measures-spec/search-big-2.json
blob: 53f42bd1b0127b8e2395bc0bef728f55c1d71861 (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
42
43
44
45
46
47
48
49
50
51
52
53
{
  "customMeasures": [
    {
      "id": "3",
      "value": "35",
      "description": "",
      "metric": {
        "id": "157",
        "key": "team_size",
        "type": "INT",
        "name": "Team size",
        "domain": "Management"
      },
      "projectId": "eb294572-a6a4-43cf-acc2-33c2fe37c02e",
      "projectKey": "backbone",
      "createdAt": "2015-07-08T12:13:15+0200",
      "updatedAt": "2015-07-08T12:13:15+0200",
      "pending": true,
      "user": {
        "login": "admin",
        "name": "Administrator",
        "email": "",
        "active": true
      }
    },
    {
      "id": "1",
      "value": "3.2000123E7",
      "description": "Description...",
      "metric": {
        "id": "155",
        "key": "burned_budget",
        "type": "FLOAT",
        "name": "Burned budget",
        "domain": "Management"
      },
      "projectId": "eb294572-a6a4-43cf-acc2-33c2fe37c02e",
      "projectKey": "backbone",
      "createdAt": "2015-07-08T09:21:50+0200",
      "updatedAt": "2015-07-08T12:25:37+0200",
      "pending": true,
      "user": {
        "login": "admin",
        "name": "Administrator",
        "email": "",
        "active": true
      }
    }
  ],
  "total": 4,
  "p": 2,
  "ps": 2
}