Benchling · Schema

IngredientMeasurementUnits

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

JSON Schema

IngredientMeasurementUnits.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/IngredientMeasurementUnits.json",
  "title": "IngredientMeasurementUnits",
  "enum": [
    "nL",
    "uL",
    "mL",
    "L",
    "mg",
    "g",
    "kg",
    "ug",
    "Units",
    "Cells",
    "mol",
    "mmol",
    "umol"
  ],
  "example": "mL",
  "nullable": true,
  "type": "string"
}