Add new code new version
[sdc.git] / openecomp-ui / fixture / data / licenseKeyGroups.json
1 {
2   "results":[
3     {
4       "name": "lsk1",
5       "description": "string",
6       "type": "Unique",
7       "operationalScope": {"choices": ["Network_Wide","VM"], "other": ""},
8       "id": "1",
9       "referencingFeatureGroups":["1","2"]
10     },
11     {
12       "name": "lsk2",
13       "description": "string",
14       "type": "One_Time",
15       "operationalScope": {"choices": ["Other"], "other": "blabla"},
16       "id": "2",
17       "referencingFeatureGroups": 0
18     }
19   ]
20 }