Benchling · Schema

DnaSequenceSummary

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

Properties

Name Type Description
entityType string
id string
type string
View JSON Schema on GitHub

JSON Schema

DnaSequenceSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DnaSequenceSummary.json",
  "title": "DnaSequenceSummary",
  "properties": {
    "entityType": {
      "enum": [
        "dna_sequence"
      ],
      "type": "string"
    },
    "id": {
      "example": "seq_ObbdtGhC",
      "type": "string"
    },
    "type": {
      "deprecated": true,
      "type": "string"
    }
  },
  "type": "object"
}