{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FoldersUnarchive.json", "title": "FoldersUnarchive", "additionalProperties": false, "properties": { "folderIds": { "description": "A list of folder IDs to unarchive.", "items": { "type": "string" }, "type": "array" } }, "required": [ "folderIds" ], "type": "object" }