Benchling · Schema

FilesArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type.

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

Properties

Name Type Description
fileIds array
View JSON Schema on GitHub

JSON Schema

FilesArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FilesArchivalChange.json",
  "title": "FilesArchivalChange",
  "additionalProperties": false,
  "description": "IDs of all items that were archived or unarchived, grouped by resource type.\n",
  "properties": {
    "fileIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}