Resource Resolution Service : 2
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / resource-resolution / src / test / resources / mapping / primary-db / resource-assignments-simple.json
1 [\r
2   {\r
3     "name": "country",\r
4     "input-param": true,\r
5     "property": {\r
6       "type": "string"\r
7     },\r
8     "dictionary-name": "country",\r
9     "dictionary-source": "primary-db",\r
10     "dependencies": ["state"]\r
11   },\r
12   {\r
13     "name": "state",\r
14     "input-param": true,\r
15     "property": {\r
16       "type": "string"\r
17     },\r
18     "dictionary-name": "state",\r
19     "dictionary-source": "input",\r
20     "dependencies": []\r
21   }\r
22 ]\r