Benchling · Schema

WorkflowOutputsArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type

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

Properties

Name Type Description
workflowOutputIds array
View JSON Schema on GitHub

JSON Schema

WorkflowOutputsArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputsArchivalChange.json",
  "title": "WorkflowOutputsArchivalChange",
  "description": "IDs of all items that were archived or unarchived, grouped by resource type\n",
  "properties": {
    "workflowOutputIds": {
      "items": {
        "example": "wfout_5cJLQKVF",
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}