Benchling · Schema

WorkflowTaskGroupSummary

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 task group
name string The name of the workflow task group
View JSON Schema on GitHub

JSON Schema

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