PythonSampleApp/appDefinition.json

23 lines
527 B
JSON

{
"scriptLanguage" : "PYTHON_3",
"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" : { }
}