Changing line separator type to LF
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / sample-licenses.json
1 {
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": {
14     "sdnc": {
15       "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   }
29 }