Benchling · Schema

DnaOligoCreate

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

DnaOligoCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DnaOligoCreate.json",
  "title": "DnaOligoCreate",
  "allOf": [
    {
      "$ref": "#/components/schemas/OligoCreate"
    },
    {
      "properties": {
        "annotations": {
          "description": "Annotations on the Oligo.",
          "items": {
            "$ref": "#/components/schemas/DnaAnnotation"
          },
          "type": "array"
        },
        "helm": {
          "description": "Representation of the oligo in HELM syntax, including any chemical modifications",
          "example": "RNA1{d(A)p.d([impd2G])p.d(G)[Ssp].d(A)p.d(T)p.d(T)p}$$$$V2.0",
          "type": "string"
        }
      }
    },
    {
      "$ref": "#/components/schemas/CustomNotationRequest"
    },
    {
      "required": [
        "name"
      ]
    }
  ]
}