aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/daoPolicyList.json
blob: 873cb711d1fa50cc44decdc2139deff0a8086f86 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "policies":  [
        {
            "name": "policyA",
            "version": "1.2.3",
            "type": "typeA",
            "type_version": "100.2.3"
        }
    ]
}