{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PatchedTaskRunSetOutputRequest",
"title": "PatchedTaskRunSetOutputRequest",
"type": "object",
"properties": {
"output": {
"description": "Output data from the run. Validated against the task's json_schema if one is set."
}
}
}