{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntriesUnarchive.json", "title": "EntriesUnarchive", "additionalProperties": false, "properties": { "entryIds": { "description": "Array of entry IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "entryIds" ], "type": "object" }