blob: 03e4094e62ed7298354f5eb0244090bc0b624aac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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": {
"sdnc": {
"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": []
}
}
}
}
|