{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ContainerQuantity.json", "title": "ContainerQuantity", "description": "Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.", "properties": { "units": { "enum": [ "L", "mL", "uL", "nL", "pL", "gal (US)", "qt (US)", "pt (US)", "kg", "g", "mg", "ug", "ng", "pg", "lb", "oz", "mol", "mmol", "umol", "nmol", "pmol", "cells", "(x10^3) cells", "(x10^4) cells", "(x10^5) cells", "(x10^6) cells", "(x10^7) cells", "(x10^8) cells", "(x10^9) cells", "items", "units", null ], "example": "mL", "nullable": true, "type": "string" }, "value": { "example": 10, "nullable": true, "type": "number" } }, "type": "object" }