Merge "add health-api project"
[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   "property" :{
6     "description": "Data dictionary used to read properties.",
7     "type": "string"
8   },
9   "sources": {
10     "input": {
11       "type": "source-input"
12     },
13     "default": {
14       "type": "source-default",
15       "properties": {}
16     },
17     "capability": {
18       "type": "source-capability",
19       "properties" : {
20         "script-type" : "jython",
21         "script-class-reference" : "Scripts/python/ResolvProperties.py",
22         "instance-dependencies" : []
23       }
24     }
25   }
26 }