X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fresources%2Fhttp-cache%2Fexample%2Fapi%2Fv1%2Fblueprint-model%2Fworkflow-spec%26%2363%3BconnectionTimeToLive%3D5000%2F.file;h=9e616dfea06fdf167380125a3f43350f86d9bc86;hb=2d9f989e0d37002c758bdf66a3f25fcfdac35b62;hp=13d3feaafa4501715d77df4b26e46a1dba2f46b8;hpb=3121b5bee2e70b1f753f9988344d41f3132edf69;p=clamp.git diff --git a/src/test/resources/http-cache/example/api/v1/blueprint-model/workflow-spec?connectionTimeToLive=5000/.file b/src/test/resources/http-cache/example/api/v1/blueprint-model/workflow-spec?connectionTimeToLive=5000/.file index 13d3feaa..9e616dfe 100644 --- a/src/test/resources/http-cache/example/api/v1/blueprint-model/workflow-spec?connectionTimeToLive=5000/.file +++ b/src/test/resources/http-cache/example/api/v1/blueprint-model/workflow-spec?connectionTimeToLive=5000/.file @@ -34,11 +34,13 @@ "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, @@ -54,7 +56,13 @@ }, "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, @@ -63,6 +71,26 @@ }, "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