Benchling · Schema

AutomationFileInputsPaginatedList

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

Properties

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

JSON Schema

AutomationFileInputsPaginatedList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationFileInputsPaginatedList.json",
  "title": "AutomationFileInputsPaginatedList",
  "properties": {
    "automationInputGenerators": {
      "items": {
        "$ref": "#/components/schemas/AutomationInputGenerator"
      },
      "type": "array"
    },
    "nextToken": {
      "example": "Im5ldyB0ZXN0Ig==",
      "type": "string"
    }
  },
  "type": "object"
}