Benchling · Schema

WorkflowPatch

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

Properties

Name Type Description
description string Description of the workflow
name string Name of the workflow
projectId string ID of the project that contains the workflow
View JSON Schema on GitHub

JSON Schema

WorkflowPatch.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowPatch.json",
  "title": "WorkflowPatch",
  "additionalProperties": false,
  "properties": {
    "description": {
      "description": "Description of the workflow",
      "type": "string"
    },
    "name": {
      "description": "Name of the workflow",
      "type": "string"
    },
    "projectId": {
      "description": "ID of the project that contains the workflow",
      "type": "string"
    }
  },
  "type": "object"
}