Retrieving PNF IP address from payload
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / capability_restconf / Definitions / node_types.json
index 4a00417..d6f702a 100644 (file)
     "source-input" : {
       "description" : "This is Input Resource Source Node Type",
       "version" : "1.0.0",
-      "properties" : {
-        "key" : {
-          "required" : false,
-          "type" : "string"
-        },
-        "key-dependencies" : {
-          "required" : true,
-          "type" : "list",
-          "entry_schema" : {
-            "type" : "string"
-          }
-        }
-      },
+      "properties" : { },
       "derived_from" : "tosca.nodes.ResourceSource"
     },
     "tosca.nodes.Component" : {
       "version" : "1.0.0",
       "derived_from" : "tosca.nodes.Root"
     },
-    "tosca.nodes.Workflow" : {
-      "description" : "This is Directed Graph Node Type",
+    "tosca.nodes.ResourceSource" : {
+      "description" : "TOSCA base type for Resource Sources",
       "version" : "1.0.0",
       "derived_from" : "tosca.nodes.Root"
     },
-    "tosca.nodes.ResourceSource" : {
-      "description" : "TOSCA base type for Resource Sources",
+    "tosca.nodes.Workflow" : {
+      "description" : "This is Directed Graph Node Type",
       "version" : "1.0.0",
       "derived_from" : "tosca.nodes.Root"
     }