{
 "name": "FindNearestRoadCentrelineOwner",
 "displayName": "Find Nearest Road Centreline Owner",
 "description": "Find Nearest Road Centreline Owner",
 "category": "",
 "helpUrl": "https://gis-cl3.moretonbay.qld.gov.au/arcgis/rest/directories/arcgisoutput/Projects/FindNearestRoadCentrelineOwner_GPServer/Projects_FindNearestRoadCentrelineOwner/FindNearestRoadCentrelineOwner.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "Lat",
   "dataType": "GPDouble",
   "displayName": "Lat",
   "description": "Latitude",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": -27.300194,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Long",
   "dataType": "GPDouble",
   "displayName": "Long",
   "description": "lon",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": 152.988086,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Search_Distance_In_Metre",
   "dataType": "GPDouble",
   "displayName": "Search Distance In Metre",
   "description": "Search Distance",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": 10000,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Asset_Type",
   "dataType": "GPString",
   "displayName": "Asset Type",
   "description": "Asset type of choice",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Road Centreline",
   "parameterType": "esriGPParameterTypeRequired",
   "category": "",
   "choiceList": [
    "Road Centreline"
   ]
  },
  {
   "name": "Asset_Number",
   "dataType": "GPString",
   "displayName": "Asset Number",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "Distance",
   "dataType": "GPDouble",
   "displayName": "Distance",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "Search_Path",
   "dataType": "GPString",
   "displayName": "Search Path",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "Long_Descr",
   "dataType": "GPString",
   "displayName": "Long Descr",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "Owner",
   "dataType": "GPString",
   "displayName": "Owner",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  }
 ]
}