Benchling · Schema

AutomationOutputProcessorsPaginatedList

A paginated list of automation output processors which have an attached file.

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

Properties

Name Type Description
automationOutputProcessors array
nextToken string
View JSON Schema on GitHub

JSON Schema

AutomationOutputProcessorsPaginatedList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationOutputProcessorsPaginatedList.json",
  "title": "AutomationOutputProcessorsPaginatedList",
  "description": "A paginated list of automation output processors which have an attached file.",
  "properties": {
    "automationOutputProcessors": {
      "items": {
        "$ref": "#/components/schemas/AutomationOutputProcessor"
      },
      "type": "array"
    },
    "nextToken": {
      "example": "Im5ldyB0ZXN0Ig==",
      "type": "string"
    }
  },
  "type": "object"
}