PAP should not deactivate PDPs
[policy/pap.git] / main / src / test / resources / simpleDeploy / upgradeGroup_NoPdpsDao.json
1 {
2     "groups": [
3         {
4             "name": "groupA",
5             "version": "200.2.3",
6             "pdpSubgroups": [
7                 {
8                     "pdpType": "pdpTypeA",
9                     "supportedPolicyTypes": [
10                         {
11                             "name": "typeA",
12                             "version": "100.2.3"
13                         }
14                     ],
15                     "pdpInstances": [],
16                     "policies": []
17                 }
18             ]
19         }
20     ]
21 }