Benchling · Schema

RnaOligo

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

JSON Schema

RnaOligo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RnaOligo.json",
  "title": "RnaOligo",
  "allOf": [
    {
      "$ref": "#/components/schemas/Oligo"
    },
    {
      "properties": {
        "annotations": {
          "description": "Annotations on the Oligo.",
          "items": {
            "$ref": "#/components/schemas/RnaAnnotation"
          },
          "type": "array"
        },
        "apiURL": {
          "example": "https://benchling.com/api/v2/rna-oligos/seq_bhuDUw9D",
          "type": "string"
        },
        "bases": {
          "example": "ACUUUUU",
          "type": "string"
        },
        "customNotation": {
          "description": "Representation of the oligo in the custom notation specified in the request. Null if no notation was specified.",
          "nullable": true,
          "type": "string"
        },
        "customNotationName": {
          "description": "Name of the custom notation specified in the request. Null if no notation was specified.",
          "nullable": true,
          "type": "string"
        },
        "helm": {
          "description": "Representation of the oligo in HELM syntax, including any chemical modifications",
          "example": "RNA1{r(A)p.r(C)[Ssp].r(U)p.r(U)p.r(U)p.r(U)p.r(U)p}$$$$V2.0",
          "type": "string"
        },
        "nucleotideType": {
          "example": "RNA",
          "type": "string"
        }
      }
    }
  ]
}