{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "SyncGeoprocessingServerWebToolStructuredOutput",
    "type": "object",
    "properties": {
        "results": {
            "type": "object",
            "description": "Object containing the output parameters returned from the task. The properties of this object will vary based on the specific task that was executed. Use get_gp_task_definition to learn about the expected output schema for a specific task."
        }
    },
    "required": [
        "results"
    ]
}
