Benchling · Schema

WorkflowTaskBulkUpdate

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

JSON Schema

WorkflowTaskBulkUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskBulkUpdate.json",
  "title": "WorkflowTaskBulkUpdate",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowTaskUpdate"
    },
    {
      "properties": {
        "workflowTaskId": {
          "description": "The workflow task ID",
          "example": "wftask_OnnsW08k",
          "type": "string"
        }
      }
    }
  ],
  "type": "object"
}