{ "name": "validateShapefile", "displayName": "validateShapefile", "description": "Validates a user submitted zipped shapefile for the following: 1) The zipfile contains only 1 shapefile 2) The shapefile is a polygon 3) The shapefile contains projection information and is in either EPSG4326 or EPSG3857", "category": "", "helpUrl": "https://sedac.ciesin.columbia.edu/arcgis/rest/directories/Output/sedac/shapefile_GPServer/sedac_shapefile/validateShapefile.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Data", "dataType": "GPDataFile", "displayName": "Input_Data", "description": "Zipfile containing exactly one Shapefile.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Response", "dataType": "GPString", "displayName": "Response", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }