Benchling · Schema

CustomNotationAlias

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
baseMonomerId string
customNotationId string
id string
phosphateMonomerId string
rank number
sugarMonomerId string
token string
tokenVariantEnd string
tokenVariantStart string
View JSON Schema on GitHub

JSON Schema

CustomNotationAlias.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomNotationAlias.json",
  "title": "CustomNotationAlias",
  "properties": {
    "baseMonomerId": {
      "example": "mon_a1b2c3",
      "type": "string"
    },
    "customNotationId": {
      "example": "sntx_a1b2c3",
      "type": "string"
    },
    "id": {
      "example": "sntxals_a1b2c3",
      "type": "string"
    },
    "phosphateMonomerId": {
      "example": "mon_a1b2c3",
      "nullable": true,
      "type": "string"
    },
    "rank": {
      "type": "number"
    },
    "sugarMonomerId": {
      "example": "mon_a1b2c3",
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "tokenVariantEnd": {
      "nullable": true,
      "type": "string"
    },
    "tokenVariantStart": {
      "nullable": true,
      "type": "string"
    }
  },
  "type": "object"
}