aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/daoPolicyList2.json
blob: d4d1446b8baa41f811cbad190a5b9c1b02ea7819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "policies":  [
        {
            "name": "policyA",
            "version": "1.2.3",
            "type": "typeA",
            "type_version": "100.2.3"
        },
        {
            "name": "policyB",
            "version": "1.2.3",
            "type": "typeA",
            "type_version": "100.2.3"
        },
        {
            "name": "policyC",
            "version": "1.2.3",
            "type": "typeA",
            "type_version": "100.2.3"
        }
    ]
}