{ "name": "ZipToGraphics", "displayName": "ZipToGraphics", "description": "Takes a shapefile zip and returns the geometry", "category": "", "helpUrl": "http://wrimaps.utah.gov/arcgis/rest/directories/arcgisoutput/BioBase/Toolbox_GPServer/BioBase_Toolbox/ZipToGraphics.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "zippedShapefile", "dataType": "GPDataFile", "displayName": "zippedShapefile", "description": "A zipped shapefile", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outFeatures", "dataType": "GPFeatureRecordSetLayer", "displayName": "outFeatures", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "messages", "dataType": "GPString", "displayName": "messages", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }