{
 "name": "ZipToGraphics",
 "displayName": "ZipToGraphics",
 "description": "asdf",
 "category": "",
 "helpUrl": "https://wrimaps.utah.gov/arcgis/rest/directories/arcgisoutput/WRI/Toolbox_GPServer/WRI_Toolbox/ZipToGraphics.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "zipFile",
   "dataType": "GPDataFile",
   "displayName": "zipFile",
   "description": "asdf",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "featureCategory",
   "dataType": "GPString",
   "displayName": "featureCategory",
   "description": "Feature Category",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Affected Area",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "outFeature",
   "dataType": "GPFeatureRecordSetLayer",
   "displayName": "outFeature",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": {},
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "messages",
   "dataType": "GPMultiValue:GPString",
   "displayName": "messages",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": [],
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  }
 ]
}