Benchling · Schema

WorkflowOutputsBulkCreateRequest

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

Properties

Name Type Description
workflowOutputs array
View JSON Schema on GitHub

JSON Schema

WorkflowOutputsBulkCreateRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputsBulkCreateRequest.json",
  "title": "WorkflowOutputsBulkCreateRequest",
  "properties": {
    "workflowOutputs": {
      "items": {
        "$ref": "#/components/schemas/WorkflowOutputBulkCreate"
      },
      "maxItems": 100,
      "type": "array"
    }
  },
  "type": "object"
}