blob: 950c4a2df4e93af0c2627803a33203bac4abe614 (
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" : []
}
}
}
}
|