Benchling · Schema

WorkflowTaskGroupCreate

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

JSON Schema

WorkflowTaskGroupCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskGroupCreate.json",
  "title": "WorkflowTaskGroupCreate",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowTaskGroupWriteBase"
    },
    {
      "properties": {
        "schemaId": {
          "description": "The workflow task schema of tasks in this task group",
          "example": "prstsch_KnR9iVum",
          "type": "string"
        }
      },
      "required": [
        "schemaId",
        "folderId"
      ]
    }
  ]
}