43bc635fb47bdf46764cefe395bf4d2b54137d78
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / properties-capability-source.json
1 {
2   "name": "properties-capability-source",
3   "updated-by": "Steve Alphonse Siani, alphonse.steve.siani.djissitchi@ibm.com",
4   "tags": "properties-capability-source",
5   "group":"default",
6   "property" :{
7     "description": "Data dictionary used to read properties.",
8     "type": "string"
9   },
10   "sources": {
11     "input": {
12       "type": "source-input"
13     },
14     "default": {
15       "type": "source-default",
16       "properties": {}
17     },
18     "capability": {
19       "type": "source-capability",
20       "properties" : {
21         "script-type" : "jython",
22         "script-class-reference" : "Scripts/python/ResolvProperties.py",
23         "instance-dependencies" : []
24       }
25     }
26   }
27 }