{ "name": "DiscoveryDownloader", "displayName": "DiscoveryDownloader", "description": "DiscoveryDownloader", "category": "", "helpUrl": "https://gis.maine.gov/arcgis/rest/directories/arcgisoutput/Geoprocessing/DiscoveryGeoprocessing_GPServer/Geoprocessing_DiscoveryGeoprocessing/DiscoveryDownloader.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputJson", "dataType": "GPString", "displayName": "inputJson", "description": "input json string to create zip file", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputZip", "dataType": "GPDataFile", "displayName": "outputZip", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }