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