Benchling · Schema

WorkflowOutputsArchive

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

Properties

Name Type Description
reason object
workflowOutputIds array
View JSON Schema on GitHub

JSON Schema

WorkflowOutputsArchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputsArchive.json",
  "title": "WorkflowOutputsArchive",
  "properties": {
    "reason": {
      "$ref": "#/components/schemas/WorkflowOutputArchiveReason"
    },
    "workflowOutputIds": {
      "items": {
        "example": "wfout_5cJLQKVF",
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "workflowOutputIds",
    "reason"
  ],
  "type": "object"
}