{ "name": "NVBG", "displayName": "NVBG", "description": "Tool for the user to select the year and season of the Neighborhood Vitality & Beautification Grant, and then it exports a PDF map and spreadsheet of the results.", "category": "", "helpUrl": "https://maps.planogis.org/arcgis/rest/directories/arcgisoutput/Geoprocessing/NVBG_NeighborhoodServices_GPServer/Geoprocessing_NVBG_NeighborhoodServices/NVBG.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Year", "dataType": "GPString", "displayName": "Year", "description": "Year to filter the Neighborhood Vitality & Beautification Grant layer.", "direction": "esriGPParameterDirectionInput", "defaultValue": "2018", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Season", "dataType": "GPString", "displayName": "Season", "description": "Season to filter the Neighborhood Vitality & Beautification Grant layer.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Spring", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Fall", "Spring" ] }, { "name": "PDF_Map", "dataType": "GPDataFile", "displayName": "PDF Map", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Spreadsheet", "dataType": "GPDataFile", "displayName": "Spreadsheet", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Title", "dataType": "GPString", "displayName": "Title", "description": "Title of PDF map", "direction": "esriGPParameterDirectionInput", "defaultValue": "Testing the title--new line", "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }