Benchling · Schema

DnaOligosArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of DNA Oligos along with any IDs of batches that were archived / unarchived.

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

Properties

Name Type Description
batchIds array
dnaOligoIds array
View JSON Schema on GitHub

JSON Schema

DnaOligosArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DnaOligosArchivalChange.json",
  "title": "DnaOligosArchivalChange",
  "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of DNA Oligos along with any IDs of batches that were archived / unarchived.\n",
  "properties": {
    "batchIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "dnaOligoIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}