blob: 86a8e5d0b1086a6038fd92cd60254f04cd39eee0 [file] [log] [blame]
Swapnali Shadanan Podeda0513b2019-02-27 18:59:01 +05301{
2 "tags": "sample-licenses",
3 "name": "sample-licenses",
4 "property": {
5 "description" : " Sample Data for licences",
6 "required": true,
7 "type": "list",
8 "entry_schema": {
9 "type": "dt-license-key"
10 }
11 },
12 "updated-by": "brindasanth@onap.com",
13 "sources": {
Oleg Mitsura54426582019-08-15 16:41:17 -040014 "config-data": {
Swapnali Shadanan Podeda0513b2019-02-27 18:59:01 +053015 "type": "source-rest",
16 "properties": {
17 "type": "JSON",
18 "url-path": "config/L3VNF-API:services/service-list/",
19 "path": "/licenses",
20 "input-key-mapping": {
21 },
22 "output-key-mapping": {
23 "licenses": "licenses"
24 },
25 "key-dependencies": []
26 }
27 }
28 }
Oleg Mitsura54426582019-08-15 16:41:17 -040029}