CLAMP should not display all CDS workflow properties
[clamp.git] / src / test / resources / example / cds-response / vFW-CDS-resource-assignment-wf-expected-result.json
index 5b373a4..07d851f 100644 (file)
@@ -1,12 +1,5 @@
 {
   "inputs": {
-    "template-prefix": {
-      "required": true,
-      "type": "list",
-      "entry_schema": {
-        "type": "string"
-      }
-    },
     "template-prefix-with-complex-type": {
       "type": "list",
       "properties": {
@@ -14,6 +7,7 @@
           "description": "",
           "required": false,
           "type": "string",
+          "input-param": true,
           "status": "",
           "constraints": [
             {}
       }
     },
     "resource-assignment-properties": {
-      "private1-prefix-id": {
-        "description": "",
-        "required": false,
-        "type": "string",
-        "status": "",
-        "constraints": [
-          {}
-        ],
-        "entry_schema": {
-          "type": ""
+      "type": "object",
+      "properties": {
+        "private1-prefix-id": {
+          "description": "",
+          "required": false,
+          "type": "string",
+          "input-param": true,
+          "status": "",
+          "constraints": [
+            {}
+          ],
+          "entry_schema": {
+            "type": ""
+          }
         }
       }
     }