{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ProjectsArchivalChange.json", "title": "ProjectsArchivalChange", "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of projects along with any IDs of project contents that were unarchived.\n", "properties": { "aaSequenceIds": { "items": { "type": "string" }, "type": "array" }, "customEntityIds": { "items": { "type": "string" }, "type": "array" }, "dnaSequenceIds": { "items": { "type": "string" }, "type": "array" }, "entryIds": { "items": { "type": "string" }, "type": "array" }, "folderIds": { "items": { "type": "string" }, "type": "array" }, "mixtureIds": { "items": { "type": "string" }, "type": "array" }, "oligoIds": { "items": { "type": "string" }, "type": "array" }, "projectIds": { "items": { "type": "string" }, "type": "array" }, "protocolIds": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }