Benchling · Schema

WorkflowOutputSummary

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
displayId string User-friendly ID of the workflow task group
id string The ID of the workflow output
View JSON Schema on GitHub

JSON Schema

WorkflowOutputSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputSummary.json",
  "title": "WorkflowOutputSummary",
  "properties": {
    "displayId": {
      "description": "User-friendly ID of the workflow task group",
      "type": "string"
    },
    "id": {
      "description": "The ID of the workflow output",
      "example": "wfout_5cJLQKVF",
      "readOnly": true,
      "type": "string"
    }
  }
}