aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
blob: e5aa763baf7a775e8745c26f84619b4e25065ba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "data_types" : {
    "dt-config-assign-properties" : {
      "description" : "Dynamic DataType definition for workflow(config-assign).",
      "version" : "1.0.0",
      "properties" : {
        "entity" : {
          "type" : "json"
        }
      },
      "derived_from" : "tosca.datatypes.Dynamic"
    },
    "dt-config-deploy-properties" : {
      "description" : "Dynamic DataType definition for workflow(config-deploy).",
      "version" : "1.0.0",
      "properties" : {
        "entity" : {
          "type" : "json"
        }
      },
      "derived_from" : "tosca.datatypes.Dynamic"
    }
  }
}