{ "name": "GenerateManifest", "displayName": "GenerateManifest", "description": "", "category": "", "helpUrl": "https://spatialags.vhb.com/arcgis", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "action", "dataType": "GPString", "displayName": "Action", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "GenerateUpdate", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "GenerateOverwrite", "GenerateUpdate" ] }, { "name": "dataStoreItemId", "dataType": "GPString", "displayName": "Data Item ID", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "updateDataItem", "dataType": "GPBoolean", "displayName": "Update Data Item", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "resultInfo", "dataType": "GPString", "displayName": "Result Info", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "manifest", "dataType": "GPDataFile", "displayName": "Manifest File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "Context", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "Environment" } ] }