{ "name": "PhxCARESAddressLocator", "displayName": "PhxCARES Address Locator", "description": "GP Script to process input addresses and return their Council District and Police Precinct", "category": "", "helpUrl": "https://maps.phoenix.gov/gisfed/rest/directories/arcgisoutput/GP/PhxCARESAddressLocator_GPServer/GP_PhxCARESAddressLocator/PhxCARESAddressLocator.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Address", "dataType": "GPString", "displayName": "Address", "description": "Address", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "MatchedAddress", "dataType": "GPString", "displayName": "Matched Address", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "CouncilDistrict", "dataType": "GPString", "displayName": "Council District", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "PolicePrecinct", "dataType": "GPString", "displayName": "Police Precinct", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }