Benchling · Schema

MixturesArchive

The request body for archiving mixtures.

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

Properties

Name Type Description
mixtureIds array
reason object
View JSON Schema on GitHub

JSON Schema

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