]> source.dussan.org Git - sonarqube.git/blob
20697e5b8ecca6ab77dfe1b0ba0f153967d80174
[sonarqube.git] /
1 {
2   "total": 1,
3   "p": 1,
4   "ps": 100,
5   "paging": {
6     "pageIndex": 1,
7     "pageSize": 100,
8     "total": 1
9   },
10   "rules": [
11     {
12       "key": "xoo:x1",
13       "sysTags": ["tag1"],
14       "tags": []
15     }
16   ],
17   "facets": [
18   {
19     "property": "tags",
20     "values": [
21       {
22         "val": "tag1",
23         "count": 1
24       },
25       {
26         "val": "tag2",
27         "count": 1
28       }
29     ]
30   }
31 ]}