Benchling · Schema

CustomNotation

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

Properties

Name Type Description
aliases array
id string
name string
View JSON Schema on GitHub

JSON Schema

CustomNotation.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomNotation.json",
  "title": "CustomNotation",
  "properties": {
    "aliases": {
      "items": {
        "$ref": "#/components/schemas/CustomNotationAlias"
      },
      "type": "array"
    },
    "id": {
      "example": "sntx_lRe007yZ",
      "type": "string"
    },
    "name": {
      "example": "Your Custom Notation",
      "type": "string"
    }
  },
  "type": "object"
}