{
 "name": "DynamicSegmentationSynch",
 "displayName": "DynamicSegmentationSynch",
 "description": "",
 "category": "",
 "helpUrl": "https://gis.ardot.gov/hosting/rest/directories/arcgisoutput/ProgramManagement/DynamicSegmentation_GPServer/ProgramManagement_DynamicSegmentation/DynamicSegmentationSynch.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "road_id",
   "dataType": "GPString",
   "displayName": "road_id",
   "description": "The selected road id",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "17x49x27xA",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "from_measure",
   "dataType": "GPString",
   "displayName": "from_measure",
   "description": "Beginning mile point",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "34.24",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "to_measure",
   "dataType": "GPString",
   "displayName": "to_measure",
   "description": "Ending mile point",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "35.01",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "network",
   "dataType": "GPString",
   "displayName": "network",
   "description": "The ARNOLD layer used for dynamic segmentation",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "https://gis.ardot.gov/hosting/rest/services/SIR_TIS/Road_Inventory_OnSystem/FeatureServer/0",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "point",
   "dataType": "GPString",
   "displayName": "point",
   "description": "If Boolean flag == True then only the from_measure mile point will be used to create point geometry",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "0",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "results",
   "dataType": "GPString",
   "displayName": "results",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  }
 ]
}