{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/UnregisterEntities.json", "title": "UnregisterEntities", "additionalProperties": false, "properties": { "entityIds": { "description": "Array of entity IDs", "items": { "type": "string" }, "type": "array" }, "folderId": { "description": "ID of the folder that the entities should be moved to", "type": "string" } }, "required": [ "entityIds", "folderId" ], "type": "object" }