{ "name": "GeneralShapeExport", "displayName": "GeneralShapeExport", "description": "", "category": "", "helpUrl": "https://ext-geodata-acc.lansstyrelsen.se/arcgis/rest/directories/arcgisoutput/CustomShapeExport_GPServer/CustomShapeExport/GeneralShapeExport.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "featureset", "dataType": "GPString", "displayName": "featureset", "description": "featureset", "direction": "esriGPParameterDirectionInput", "defaultValue": { "geometryType": "esriGeometryPoint", "fields": [ { "name": "Id", "type": "esriFieldTypeOID", "alias": "Id" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name" } ], "spatialReference": {"wkid": 4326}, "features": [ { "geometry": { "x": -104.44, "y": 34.83, "spatialReference": {"wkid": 4326} }, "attributes": { "Id": 43, "Name": "Feature 1" } }, { "geometry": { "x": -100.65, "y": 33.69, "spatialReference": {"wkid": 4326} }, "attributes": { "Id": 42, "Name": "Feature 2" } } ] }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "filename", "dataType": "GPString", "displayName": "filename", "description": "filename", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Url", "dataType": "GPDataFile", "displayName": "Url", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }