Benchling · Schema

AaSequencesArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of AA sequences 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
aaSequenceIds array
batchIds array
View JSON Schema on GitHub

JSON Schema

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