Benchling · Schema

MonomerPolymerType

The polymer type of the monomer. Currently only RNA monomers are supported.

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

JSON Schema

MonomerPolymerType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/MonomerPolymerType.json",
  "title": "MonomerPolymerType",
  "description": "The polymer type of the monomer. Currently only RNA monomers are supported.",
  "enum": [
    "RNA"
  ],
  "type": "string"
}