Benchling · Schema

MonomerCreate

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

JSON Schema

MonomerCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/MonomerCreate.json",
  "title": "MonomerCreate",
  "additionalProperties": false,
  "allOf": [
    {
      "$ref": "#/components/schemas/MonomerBaseRequest"
    },
    {
      "properties": {
        "naturalAnalog": {
          "description": "Symbol for the natural equivalent of the monomer. Acceptable natural analog values include IUPAC bases, r, and p.",
          "example": "T",
          "type": "string"
        }
      }
    },
    {
      "required": [
        "smiles",
        "name",
        "naturalAnalog",
        "symbol"
      ]
    }
  ]
}