Benchling · Schema

ProjectsArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of projects along with any IDs of project 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
projectIds array
protocolIds array
View JSON Schema on GitHub

JSON Schema

ProjectsArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ProjectsArchivalChange.json",
  "title": "ProjectsArchivalChange",
  "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of projects along with any IDs of project 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"
    },
    "projectIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "protocolIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}