Benchling · Schema

EventsPaginatedList

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

Properties

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

JSON Schema

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