Benchling · Schema

AutomationOutputProcessorsUnarchive

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

Properties

Name Type Description
automationOutputProcessorIds array Array of automation output processor IDs
View JSON Schema on GitHub

JSON Schema

AutomationOutputProcessorsUnarchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationOutputProcessorsUnarchive.json",
  "title": "AutomationOutputProcessorsUnarchive",
  "additionalProperties": false,
  "properties": {
    "automationOutputProcessorIds": {
      "description": "Array of automation output processor IDs",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "automationOutputProcessorIds"
  ],
  "type": "object"
}