Benchling · Schema

PlatesUnarchive

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

Properties

Name Type Description
plateIds array Array of plate IDs
View JSON Schema on GitHub

JSON Schema

PlatesUnarchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/PlatesUnarchive.json",
  "title": "PlatesUnarchive",
  "additionalProperties": false,
  "properties": {
    "plateIds": {
      "description": "Array of plate IDs",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "plateIds"
  ],
  "type": "object"
}