Benchling · Schema

DeprecatedContainerVolumeForInput

Desired volume for a container, well, or transfer. "volume" type keys are deprecated in API requests; use the more permissive "quantity" type key instead.

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

Properties

Name Type Description
units string
value number
View JSON Schema on GitHub

JSON Schema

DeprecatedContainerVolumeForInput.json Raw ↑
{
  "$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"
}