Benchling · Schema

MixturesUnarchive

The request body for unarchiving mixtures.

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

Properties

Name Type Description
mixtureIds array
View JSON Schema on GitHub

JSON Schema

MixturesUnarchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/MixturesUnarchive.json",
  "title": "MixturesUnarchive",
  "additionalProperties": false,
  "description": "The request body for unarchiving mixtures.\n",
  "properties": {
    "mixtureIds": {
      "items": {
        "example": "mxt_djw9aU",
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "mixtureIds"
  ],
  "type": "object"
}