Benchling · Schema

AutoAnnotateDnaSequences

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

Properties

Name Type Description
dnaSequenceIds array Array of DNA sequence IDs.
featureLibraryIds array Array of feature library IDs.
View JSON Schema on GitHub

JSON Schema

AutoAnnotateDnaSequences.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutoAnnotateDnaSequences.json",
  "title": "AutoAnnotateDnaSequences",
  "additionalProperties": false,
  "properties": {
    "dnaSequenceIds": {
      "description": "Array of DNA sequence IDs.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "featureLibraryIds": {
      "description": "Array of feature library IDs.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "dnaSequenceIds",
    "featureLibraryIds"
  ],
  "type": "object"
}