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