Benchling · Schema

LocationsArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of locations along with any IDs of locations, boxes, plates, containers that were archived.

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

Properties

Name Type Description
boxIds array
containerIds array
locationIds array
plateIds array
View JSON Schema on GitHub

JSON Schema

LocationsArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LocationsArchivalChange.json",
  "title": "LocationsArchivalChange",
  "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of locations along with any IDs of locations, boxes, plates, containers that were archived.\n",
  "properties": {
    "boxIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "containerIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "locationIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "plateIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}