Benchling · Schema

AppCanvasesUnarchive

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

Properties

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

JSON Schema

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