{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvasesArchivalChange.json", "title": "AppCanvasesArchivalChange", "additionalProperties": false, "description": "IDs of all items that were archived or unarchived. This includes the IDs of canvases that were archived / unarchived.\n", "properties": { "canvasIds": { "example": [ "cnvs_Q4mPJ34a", "cnvs_aNz2kJNv" ], "items": { "type": "string" }, "type": "array" } }, "type": "object" }