From 6adae936bdb63a13d05a491d1c800add80f7bb0e Mon Sep 17 00:00:00 2001 From: Jozsef Csongvai Date: Sun, 14 Mar 2021 19:10:30 -0400 Subject: Add UAT for imperative workflow Issue-ID: CCSDK-3219 Change-Id: I7b6e619fb60e687885b5545ba323bd7bb15ec209 Signed-off-by: Jozsef Csongvai (cherry picked from commit f19c463ecaf39655005441c4c0e352140c153a82) --- .../Definitions/resources_definition_types.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json (limited to 'components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json') diff --git a/components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json new file mode 100644 index 000000000..c7277c027 --- /dev/null +++ b/components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json @@ -0,0 +1,18 @@ +{ + "input-source" : { + "tags" : "input-source", + "name" : "input-source", + "property" : { + "description" : "name of the ", + "type" : "string" + }, + "group" : "default", + "updated-by" : "brindasanth@onap.com", + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg