blob: b113295fcbb466ece86dd32cda5db5553bb5d9de [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
2 "results": [
3 {
4 "name": "name0",
5 "description": "description0",
6 "licenseTerm": {"choice": "Other", "other": "blabla"},
7 "requirementsAndConstrains": "requirementsAndConstrains0",
8 "featureGroupsIds": [],
9 "id": "0"
10 },
11 {
12 "name": "name1",
13 "description": "description1",
14 "licenseTerm": {"choice": "Fixed_Term", "other": ""},
15 "requirementsAndConstrains": "requirementsAndConstrains1",
16 "featureGroupsIds": [
17 "1"
18 ],
19 "id": "1"
20 },
21 {
22 "name": "name2",
23 "description": "description2",
24 "licenseTerm": {"choice": "Unlimited", "other": ""},
25 "requirementsAndConstrains": "requirementsAndConstrains2",
26 "featureGroupsIds": [
27 "2"
28 ],
29 "id": "2"
30 }
31 ],
32 "listCount": 3
33}