Benchling · Schema

WorkflowOutputCreate

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

JSON Schema

WorkflowOutputCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputCreate.json",
  "title": "WorkflowOutputCreate",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowOutputWriteBase"
    },
    {
      "properties": {
        "workflowTaskId": {
          "description": "The ID of the workflow task this output belogns to",
          "example": "wftask_OnnsW08k",
          "type": "string"
        }
      },
      "required": [
        "workflowTaskId"
      ]
    }
  ]
}