{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputCreate.json", "title": "WorkflowOutputCreate", "allOf": [ { "$ref": "#/components/schemas/WorkflowOutputWriteBase" }, { "properties": { "workflowTaskId": { "description": "The ID of the workflow task this output belogns to", "example": "wftask_OnnsW08k", "type": "string" } }, "required": [ "workflowTaskId" ] } ] }