aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json
blob: 9136c6eea6139fab8661eb6d628a807e12a66e38 (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
{
  "name": "properties-capability-source",
  "updated-by": "Steve Alphonse Siani, alphonse.steve.siani.djissitchi@ibm.com",
  "tags": "properties-capability-source",
  "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" : []
      }
    }
  }
}