aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json
blob: d5801b96f571dc2a03657e2e8868e25a5ba531af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
    "topology_template": {
        "policies": [
            {
                "onap.policies.native.apex.Grpc": {
                    "type": "onap.policies.native.Apex",
                    "type_version": "1.0.0",
                    "name": "onap.policies.native.apex.Grpc",
                    "version": "1.0.0",
                    "properties": {
                    }
                }
            },
            {
                "onap.policies.native.apex.AnotherPolicy": {}
            }
        ]
    }
}