Benchling · Schema

UnitSummary

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

Properties

Name Type Description
id string
name string
symbol string
unitTypeId string
View JSON Schema on GitHub

JSON Schema

UnitSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/UnitSummary.json",
  "title": "UnitSummary",
  "properties": {
    "id": {
      "example": "unit_NyKvCSBC",
      "type": "string"
    },
    "name": {
      "example": "meter",
      "type": "string"
    },
    "symbol": {
      "example": "m",
      "type": "string"
    },
    "unitTypeId": {
      "example": "qnty_7W2R1EFJ",
      "type": "string"
    }
  },
  "type": "object"
}