aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
blob: e94bb0f6b74b057cc5f60b46fa764a6088e73ab6 (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-ipv4-address" : {
          "type" : "string"
        },
        "nf-id" : {
          "type" : "string"
        }
      },
      "derived_from" : "tosca.datatypes.Dynamic"
    }
  }
}