aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json
blob: 12ed0b5c0b1f4cef734cad2ee4db61e383f8f71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
  "topology_template": {
    "policies": [
      {
        "onap.policies.native.apex.Vcpe": {
          "type": "onap.policies.native.Apex",
          "type_version": "1.0.0",
          "name": "onap.policies.native.apex.Vcpe",
          "version": "1.0.0",
          "properties": {
          }
        }
      }
    ]
  }
}