{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DeprecatedContainerVolumeForInput.json", "title": "DeprecatedContainerVolumeForInput", "description": "Desired volume for a container, well, or transfer. \"volume\" type keys are deprecated in API requests; use the more permissive \"quantity\" type key instead.\n", "properties": { "units": { "enum": [ "pL", "nL", "uL", "mL", "L", null ], "example": "mL", "nullable": true, "type": "string" }, "value": { "example": 10, "nullable": true, "type": "number" } }, "type": "object" }