{ "$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" }