aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json
blob: c0f78ac550c2641195f685465a11132862cef549 (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": {
    "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": []
      }
    }
  }
}