aboutsummaryrefslogtreecommitdiffstats
path: root/auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json
blob: 82396148ce17059911ee82f74404050fd37b2d75 (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_0_0",
  "topology_template": {
    "policies": [
      {
        "operational.sampledomain": {
          "type": "onap.policies.controlloop.Operational",
          "typeVersion": "1.0.0",
          "name": "onap.policies.controlloop.Operational.apex.sampledomain",
          "version": "1.0.0",
          "properties": {
          }
        }
      }
    ]
  }
}