{ "name": "convertJSONtoShapefilePro", "displayName": "Convert JSON To Shapefile Pro", "description": "Converts a Zipped JSON file to a Zipped Shapefile and returns it back to the user.", "category": "", "helpUrl": "https://efsedge.com/arcgisc/rest/directories/arcgisoutput/convertJSONtoShapefilePro_GPServer/convertJSONtoShapefilePro/convertJSONtoShapefilePro.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "zip_input", "dataType": "GPDataFile", "displayName": "zip input", "description": "Input for the zipped JSON file", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output_name", "dataType": "GPString", "displayName": "output name", "description": "name of the shapefile output", "direction": "esriGPParameterDirectionInput", "defaultValue": "Parcels1", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output_zip", "dataType": "GPDataFile", "displayName": "output zip", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }