aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json
blob: 43bc635fb47bdf46764cefe395bf4d2b54137d78 (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
{
  "name": "properties-capability-source",
  "updated-by": "Steve Alphonse Siani, alphonse.steve.siani.djissitchi@ibm.com",
  "tags": "properties-capability-source",
  "group":"default",
  "property" :{
    "description": "Data dictionary used to read properties.",
    "type": "string"
  },
  "sources": {
    "input": {
      "type": "source-input"
    },
    "default": {
      "type": "source-default",
      "properties": {}
    },
    "capability": {
      "type": "source-capability",
      "properties" : {
        "script-type" : "jython",
        "script-class-reference" : "Scripts/python/ResolvProperties.py",
        "instance-dependencies" : []
      }
    }
  }
}