CLAMP should not display all CDS workflow properties
[clamp.git] / src / test / resources / http-cache / example / api / v1 / blueprint-model / workflow-spec?connectionTimeToLive=5000 / .file
index 13d3fea..9e616df 100644 (file)
             "properties": {
                 "request-id": {
                     "required": true,
-                    "type": "string"
+                    "type": "string",
+                    "input-param": true
                 },
                 "service-instance-id": {
                     "required": true,
-                    "type": "string"
+                    "type": "string",
+                    "input-param": true
                 },
                 "vnf-id": {
                     "required": true,
                 },
                 "hostname": {
                     "required": true,
-                    "type": "string"
+                    "type": "string",
+                    "input-param": true
+                },
+                "request-info": {
+                    "required": true,
+                    "type": "dt-request-info-properties",
+                    "input-param": true
                 },
                 "vnf_name": {
                     "required": true,
             },
             "constraints": null,
             "derived_from": "tosca.datatypes.Dynamic"
+        },
+        "dt-request-info-properties": {
+            "description": "This is Dynamically generated data type for workflow activate",
+            "version": "1.0.0",
+            "metadata": null,
+            "attributes": null,
+            "properties": {
+                "prop1": {
+                    "required": true,
+                    "type": "string",
+                    "input-param": true
+                },
+                "prop2": {
+                    "required": true,
+                    "type": "string",
+                    "input-param": true
+                }
+            },
+            "constraints": null,
+            "derived_from": "tosca.datatypes.Dynamic"
         }
     }
 }
\ No newline at end of file