aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/cds/templates/data_dictionary_source_rest.json.j2
blob: 088a0444bf1f60b13b3843292a736f15e3969221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "type": "source-rest",
    "properties": {
        "verb": "<< FILL >>",
        "type": "<< FILL >>",
        "url-path": "<< FILL >>",
        "path": "<< FILL >>",
        "payload": "<< FILL >>",
        "input-key-mapping": {},
        "output-key-mapping": {},
        "key-dependencies": []
    }
}