BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / onap / src / test / resources / policyjson / policyInput.json
1 {
2   "policies": [
3     {
4       "configAttributes": "",
5       "configName": "",
6       "onapName": "DCAE",
7       "policyName": "DCAE.Config_*",
8       "unique": false
9     },
10     {
11       "onapName": "DCAE",
12       "policyName": "DCAE.Config_*",
13       "unique": true
14     },
15     {
16       "configAttributes": "",
17       "configName": "",
18       "onapName": "DCAE",
19       "policyName": "DCAE.Config_*",
20       "unique": false
21     }
22   ],
23   "policy": [
24     {
25       "policy_id": "id_0"
26     }
27   ]
28 }