summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/assets
diff options
context:
space:
mode:
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-02-27 18:59:01 +0530
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-02-27 18:59:01 +0530
commitda0513b20439ea36c3a424334b95c4bbcba519b5 (patch)
treedd0de2f24806e7a952217c63f485d89b8c8de833 /cds-ui/client/src/assets
parent0995b06fc7e10dd8607ed4fbcb53a15418a8b2f3 (diff)
Adding metadata changes and json file
Change-Id: I3498d5ec8239bfcfcc4b2630ccd65637c1b0801a Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/assets')
-rw-r--r--cds-ui/client/src/assets/sample-licenses.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/cds-ui/client/src/assets/sample-licenses.json b/cds-ui/client/src/assets/sample-licenses.json
new file mode 100644
index 000000000..c0f78ac55
--- /dev/null
+++ b/cds-ui/client/src/assets/sample-licenses.json
@@ -0,0 +1,29 @@
+{
+ "tags": "sample-licenses",
+ "name": "sample-licenses",
+ "property": {
+ "description" : " Sample Data for licences",
+ "required": true,
+ "type": "list",
+ "entry_schema": {
+ "type": "dt-license-key"
+ }
+ },
+ "updated-by": "brindasanth@onap.com",
+ "sources": {
+ "primary-config-data": {
+ "type": "source-rest",
+ "properties": {
+ "type": "JSON",
+ "url-path": "config/L3VNF-API:services/service-list/",
+ "path": "/licenses",
+ "input-key-mapping": {
+ },
+ "output-key-mapping": {
+ "licenses": "licenses"
+ },
+ "key-dependencies": []
+ }
+ }
+ }
+} \ No newline at end of file