aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
blob: 9e9350c81360fa2fbb254cccd22dddf11f94e888 (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-config-assign-properties" : {
      "description" : "Dynamic DataType definition for workflow(config-assign).",
      "version" : "1.0.0",
      "properties" : { },
      "derived_from" : "tosca.datatypes.Dynamic"
    },
    "dt-config-deploy-properties" : {
      "description" : "Dynamic DataType definition for workflow(config-deploy).",
      "version" : "1.0.0",
      "properties" : {
        "pnf-id" : {
          "type" : "string"
        },
        "pnf-name" : {
          "type" : "string"
        }
      },
      "derived_from" : "tosca.datatypes.Dynamic"
    }
  }
}