{
  "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": {
    "mdsal": {
      "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": []
      }
    }
  }
}