{ "name": "Tool", "displayName": "ShapefileExport", "description": "Shapefile Export", "category": "", "helpUrl": "https://gisstg.massdot.state.ma.us/rh/rest/directories/arcgisoutput/ExportToShapeFilePro_GPServer/ExportToShapeFilePro/Tool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "FileName", "dataType": "GPString", "displayName": "Shapefile Name", "description": "File Name", "direction": "esriGPParameterDirectionInput", "defaultValue": "2", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "lineJson", "dataType": "GPDataFile", "displayName": "Line JSON", "description": "Json for the line data", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "pointJsonFilePath", "dataType": "GPDataFile", "displayName": "Point JSON", "description": "Json for the point data", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ZipFile", "dataType": "GPDataFile", "displayName": "Zip File Name", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }