Benchling · Schema

CustomNotationRequest

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

Properties

Name Type Description
customNotation string Representation of the sequence or oligo in the custom notation specified by customNotationId
customNotationId string ID of the notation used to interpret the string provided in the customNotation field
View JSON Schema on GitHub

JSON Schema

CustomNotationRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomNotationRequest.json",
  "title": "CustomNotationRequest",
  "properties": {
    "customNotation": {
      "description": "Representation of the sequence or oligo in the custom notation specified by customNotationId",
      "type": "string"
    },
    "customNotationId": {
      "description": "ID of the notation used to interpret the string provided in the customNotation field",
      "type": "string"
    }
  },
  "type": "object"
}