Benchling · Schema

RnaOligoUpdate

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

JSON Schema

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