Benchling · Schema

AutoAnnotateAaSequences

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

Properties

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

JSON Schema

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