summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-04 15:14:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-04 15:14:26 +0000
commitbae35a20cafabf78672db065e41f4018c619e863 (patch)
tree63488f05bb8164764a273ca45e5c8893ff1a7956 /ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json
parent5aac0d09bd6e03657538cb87252c079baa67b810 (diff)
parent62cc10e56d33d0399f810c556470f3ad39361ae7 (diff)
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json')
-rw-r--r--ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json b/ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json
new file mode 100644
index 00000000..641da80a
--- /dev/null
+++ b/ms/controllerblueprints/modules/resource-dict/src/test/resources/enrich/simple-enrich.json
@@ -0,0 +1,37 @@
+[
+ {
+ "name": "rs-db-source",
+ "input-param": true,
+ "property": {
+ "type": "string",
+ "required": true
+ },
+ "dictionary-name": "db-source",
+ "dictionary-source": "db",
+ "dependencies": [
+ "input-source"
+ ]
+ },
+ {
+ "name": "ra-default-source",
+ "input-param": true,
+ "property": {
+ "type": "string",
+ "required": true
+ },
+ "dictionary-name": "default-source",
+ "dictionary-source": "default",
+ "dependencies": []
+ },
+ {
+ "name": "ra-input-source",
+ "input-param": true,
+ "property": {
+ "type": "string",
+ "required": true
+ },
+ "dictionary-name": "input-source",
+ "dictionary-source": "input",
+ "dependencies": []
+ }
+]