aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json
blob: 6b0edae68768cae9cd5d189ef39ad6a8350e3af3 (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
30
{
  "tags": "sample-licenses",
  "name": "sample-licenses",
  "group":"default",
  "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": []
      }
    }
  }
}