{ "name": "StreetNamePhoneticMatch", "displayName": "Street Name Phonetic Match", "description": "Check if entered street name has phonetic match in RoadCenterline table", "category": "", "helpUrl": "https://maps.co.bastrop.tx.us/server/rest/directories/arcgisoutput/Bastrop_Geoprocessing/StreetNamePhoneticMatch6_GPServer/Bastrop_Geoprocessing_StreetNamePhoneticMatch6/StreetNamePhoneticMatch.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "StreetNameCandidate", "dataType": "GPString", "displayName": "Street Name Candidate", "description": "Validate new street name against phonetic RoadCenterline street names", "direction": "esriGPParameterDirectionInput", "defaultValue": "onion chapel", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PhoneticCode", "dataType": "GPMultiValue:GPString", "displayName": "Phonetic Code", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": [], "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }