forked from tcs-test-user/PythonSampleApp
23 lines
525 B
JSON
23 lines
525 B
JSON
{
|
|
"scriptLanguage" : "PYTHON",
|
|
"executableScriptName" : "sample_app.py",
|
|
"inputFiles" : [ {
|
|
"dataType" : "text_data",
|
|
"multiplicity" : {
|
|
"minCount" : 1,
|
|
"maxCount" : 1
|
|
}
|
|
} ],
|
|
"inputParameters" : [ {
|
|
"type" : "INTEGER",
|
|
"name" : "multiplier"
|
|
} ],
|
|
"outputs" : [ {
|
|
"dataType" : "image_data",
|
|
"fileFormat" : "PNG",
|
|
"fileName" : "multiplied_numbers_plot.png",
|
|
"isReturnedValue" : false
|
|
} ],
|
|
"requiredTools" : [ "python3" ],
|
|
"requiredComputationResources" : { }
|
|
} |