{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputBulkUpdate.json", "title": "WorkflowOutputBulkUpdate", "allOf": [ { "$ref": "#/components/schemas/WorkflowOutputWriteBase" }, { "properties": { "workflowOutputId": { "description": "The ID of the workflow output", "example": "wfout_5cJLQKVF", "type": "string" } } } ] }