summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/resource-resolution/data-dict/RT-rest-put.json
blob: cf165d3f98c31568c4f18f1a06fa4cd2a5a90a8b (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
26
27
28
29
30
31
32
{
  "name": "RT-rest-put",
  "data_type": "string",
  "description": "Rest PUT request for regression test",
  "tags": "RT-rest-put",
  "updatedBy": "Selfish",
  "definition": {
    "name": "RT-rest-put",
    "tags": "RT-rest-put",
    "updated-by": "Selffish",
    "property": {
      "description": "Rest PUT request for regression test",
      "type": "string"
    },
    "sources": {
      "sdnc": {
        "type": "source-rest",
        "properties": {
          "type": "string",
          "verb": "PUT",
          "url-path": "/put",
          "endpoint-selector": "rest-endpoint",
          "path": "",
          "input-key-mapping": {},
          "output-key-mapping": {
            "value": "value"
          }
        }
      }
    }
  }
}