{ "name": "Shapefile", "displayName": "Shapefile", "description": "Reads a shapefile and returns a json string which represents this shapefile.", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/Shapefile.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Shapefile", "dataType": "GPString", "displayName": "Input_Shapefile", "description": "Input shapefile path.", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\_LOCALdata\\clip.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Jsonstring", "dataType": "GPString", "displayName": "Output_Jsonstring", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }