Benchling · Schema

BarcodesList

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

Properties

Name Type Description
barcodes array Array of barcodes to validate.
View JSON Schema on GitHub

JSON Schema

BarcodesList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/BarcodesList.json",
  "title": "BarcodesList",
  "additionalProperties": false,
  "properties": {
    "barcodes": {
      "description": "Array of barcodes to validate.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "barcodes"
  ],
  "type": "object"
}