Benchling · Schema

BenchlingAppsArchivalChange

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of apps that were archived / unarchived.

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

Properties

Name Type Description
appIds array
View JSON Schema on GitHub

JSON Schema

BenchlingAppsArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/BenchlingAppsArchivalChange.json",
  "title": "BenchlingAppsArchivalChange",
  "additionalProperties": false,
  "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of apps that were archived / unarchived.\n",
  "properties": {
    "appIds": {
      "example": [
        "app_J39na03L1nsLS34o",
        "app_ae92kBv9aNSl593z",
        "app_e59sjL23Pqn30xHg"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}