Benchling · Schema

AutomationProgressStats

Processing progress information.

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

Properties

Name Type Description
rowsFailed integer
rowsSucceeded integer
rowsUnprocessed integer
View JSON Schema on GitHub

JSON Schema

AutomationProgressStats.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationProgressStats.json",
  "title": "AutomationProgressStats",
  "description": "Processing progress information.",
  "properties": {
    "rowsFailed": {
      "type": "integer"
    },
    "rowsSucceeded": {
      "type": "integer"
    },
    "rowsUnprocessed": {
      "type": "integer"
    }
  },
  "type": "object"
}