Migrate ccdsk/apps to ccsdk/cds
[ccsdk/apps.git] / ms / blueprintsprocessor / functions / resource-resolution / src / test / resources / mapping / primary-db / primary-db-complex.json
diff --git a/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-complex.json b/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-complex.json
deleted file mode 100644 (file)
index 53e2a11..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-{\r
-       "location": {\r
-               "name": "location",\r
-               "data-type": "dt-location",\r
-               "source": {\r
-                       "primary-db": {\r
-                               "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",\r
-                               "input-key-mapping": {\r
-                                       "profile_name": "profile_name"\r
-                               },\r
-                               "output-key-mapping": {\r
-                                       "db-country": "country",\r
-                                       "db-state": "state"\r
-                               }\r
-                       }\r
-               }\r
-       },\r
-       "profile_name": {\r
-               "name": "profile_name",\r
-               "data-type": "string",\r
-               "source": {\r
-                       "input": {\r
-                               \r
-                       }\r
-               }\r
-       }\r
-}\r