Benchling · Schema

FeaturesBulkCreateRequest

Inputs for bulk creating a new feature

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

Properties

Name Type Description
features array
View JSON Schema on GitHub

JSON Schema

FeaturesBulkCreateRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FeaturesBulkCreateRequest.json",
  "title": "FeaturesBulkCreateRequest",
  "additionalProperties": false,
  "description": "Inputs for bulk creating a new feature",
  "properties": {
    "features": {
      "items": {
        "$ref": "#/components/schemas/FeatureBulkCreate"
      },
      "maxItems": 1000,
      "type": "array"
    }
  },
  "type": "object"
}