{ "name": "ShapefileTool", "displayName": "Shapefile", "description": "Read shapefile and convert to JSON with validation and feature attribute extraction.", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/ShapefileTool.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Shapefile", "dataType": "GPString", "displayName": "Input Shapefile", "description": "Path to the input shapefile to be processed and converted to JSON format.", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\GISAPPS-INT-SVR.int.gov.ab.ca\\USERPREF\\PROD\\Apps\\SDE\\Security\\scratch\\star_new\\star.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Jsonstring", "dataType": "GPString", "displayName": "Output JSON", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }