aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json
diff options
context:
space:
mode:
authorJozsef Csongvai <jozsef.csongvai@bell.ca>2021-03-14 19:10:30 -0400
committerJozsef Csongvai <jozsef.csongvai@bell.ca>2021-03-17 22:33:42 -0400
commitf19c463ecaf39655005441c4c0e352140c153a82 (patch)
tree7f6b2ea238a927d54eed516fa75eed7472283c13 /components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json
parentb96b44d6d7ca11dbbc3ad4bd2194df31fba5efb6 (diff)
Add UAT for imperative workflow
Issue-ID: CCSDK-3219 Change-Id: I7b6e619fb60e687885b5545ba323bd7bb15ec209 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Diffstat (limited to 'components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json')
-rw-r--r--components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/resources_definition_types.json18
1 files changed, 18 insertions, 0 deletions
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