Benchling · Schema

WorkflowOutputBulkUpdate

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

WorkflowOutputBulkUpdate.json Raw ↑
{
  "$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"
        }
      }
    }
  ]
}