aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/cds/create_dictionary.json
blob: d3e508376d68bb8539fa8cda34f8610b54d9ed2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "tags": "restmock",
  "name": "restmock",
  "property": {
    "description": "calls a rest mock",
    "type": "string"
  },
  "updated-by": "titans",
  "sources": {
    "rest": {
      "type": "source-rest",
      "properties": {
        "type": "json",
        "verb": "GET",
        "url-path": "/test",
        "endpoint-selector": "rest-endpoint",
        "path": "",
        "input-key-mapping": {},
        "output-key-mapping": {
          "res": "myvalue"
        }
      }
    }
  }
}