aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/resource-assignments-simple.json
blob: bb392d7beb6c474da6025ac083ec96d05af245a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "name": "country",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "country",
    "dictionary-source": "primary-db",
    "dependencies": ["state"]
  },
  {
    "name": "state",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "state",
    "dictionary-source": "input",
    "dependencies": []
  }
]