aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/cds/templates/data_dictionary_source_rest.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/cds/templates/data_dictionary_source_rest.json.j2')
-rw-r--r--src/onapsdk/cds/templates/data_dictionary_source_rest.json.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/src/onapsdk/cds/templates/data_dictionary_source_rest.json.j2 b/src/onapsdk/cds/templates/data_dictionary_source_rest.json.j2
new file mode 100644
index 0000000..088a044
--- /dev/null
+++ b/src/onapsdk/cds/templates/data_dictionary_source_rest.json.j2
@@ -0,0 +1,13 @@
+{
+ "type": "source-rest",
+ "properties": {
+ "verb": "<< FILL >>",
+ "type": "<< FILL >>",
+ "url-path": "<< FILL >>",
+ "path": "<< FILL >>",
+ "payload": "<< FILL >>",
+ "input-key-mapping": {},
+ "output-key-mapping": {},
+ "key-dependencies": []
+ }
+} \ No newline at end of file