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