Benchling · Schema

AppCanvasesArchive

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

Properties

Name Type Description
canvasIds array Array of canvas IDs
reason object
View JSON Schema on GitHub

JSON Schema

AppCanvasesArchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvasesArchive.json",
  "title": "AppCanvasesArchive",
  "additionalProperties": false,
  "properties": {
    "canvasIds": {
      "description": "Array of canvas IDs",
      "example": [
        "cnvs_Q4mPJ34a",
        "cnvs_aNz2kJNv"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "reason": {
      "$ref": "#/components/schemas/AppCanvasesArchiveReason"
    }
  },
  "required": [
    "reason",
    "canvasIds"
  ],
  "type": "object"
}