{ "name": "RandomSample", "displayName": "Random Sample", "description": "", "category": "", "helpUrl": "https://gis-portal.usc.edu/arcgis/rest/directories/arcgisoutput/JenniferSwift/RandomSample_30_GPServer/JenniferSwift_RandomSample_30/RandomSample.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "input_features", "dataType": "GPString", "displayName": "Input Features", "description": "This tool provides a set of points as input.", "direction": "esriGPParameterDirectionInput", "defaultValue": "points", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "sample30", "points" ] }, { "name": "output_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Features", "description": "This tool provides a set of points as input.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102739, "latestWkid": 2277 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "PLACE_ID", "type": "esriFieldTypeInteger", "alias": "PLACE_ID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "number_of_features", "dataType": "GPLong", "displayName": "Number of Features", "description": "Enter the number of random points you want to produce as output.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "range", "minimum": 1, "maximum": 1000000000 }, "defaultValue": 30, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }