Benchling · Schema

FoldersArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of folders along with any IDs of folder contents that were unarchived.

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

Properties

Name Type Description
aaSequenceIds array
customEntityIds array
dnaSequenceIds array
entryIds array
folderIds array
mixtureIds array
oligoIds array
protocolIds array
View JSON Schema on GitHub

JSON Schema

FoldersArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FoldersArchivalChange.json",
  "title": "FoldersArchivalChange",
  "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of folders along with any IDs of folder contents that were unarchived.\n",
  "properties": {
    "aaSequenceIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "customEntityIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "dnaSequenceIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "entryIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "folderIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "mixtureIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "oligoIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "protocolIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}