diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-15 20:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-15 20:35:12 +0000 |
commit | 8e2f54808446119be1fc4fa2a8f3cf089aeabd46 (patch) | |
tree | b72f9e4ec923101220bb7bb1a22ad53e9adb3360 /components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json | |
parent | 452a3c355a74436457bd526e08c08583e64a7ae0 (diff) | |
parent | a9bf0541c65d8bb81b814bd85253cf4518fcb52b (diff) |
Merge "Controller Design Studio"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json new file mode 100644 index 00000000..5834dd49 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json @@ -0,0 +1,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": {
+ "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": []
+ }
+ }
+ }
+}
\ No newline at end of file |