Resource Resoulution Service
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / resource-resolution / src / test / resources / mapping / primary-db / primary-db-simple.json
1 {\r
2         "country": {\r
3                 "name": "country",\r
4                 "data-type": "string",\r
5                 "source": {\r
6                         "primary-db": {\r
7                                 "query": "SELECT country FROM DEVICE_PROFILE WHERE profile_name = :profile_name",\r
8                                 "input-key-mapping": {\r
9                                         "profile_name": "profile_name"\r
10                                 },\r
11                                 "output-key-mapping": {\r
12                                         "country": "country"\r
13                                 }\r
14                         }\r
15                 }\r
16         },\r
17         "profile_name": {\r
18                 "name": "profile_name",\r
19                 "data-type": "string",\r
20                 "source": {\r
21                         "input": {\r
22                                 \r
23                         }\r
24                 }\r
25         }\r
26 }\r