{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "AsyncGeoprocessingServerWebToolOutput",
    "type": "object",
    "properties": {
        "jobId": {
            "type": "string",
            "description": "Job identifier returned by the GPServer task submission. Use the 'get_gp_task_job_status' tool with this jobId to check the execution status of the task and retrieve results when the task is complete."
        }
    },
    "required": [
        "jobId"
    ]
}
