{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BatchDeleteRequest", "required": [ "objects" ], "properties": { "objects": { "description": "List of workspace object names to delete.", "type": "array", "items": { "type": "string" }, "default": [] } }, "type": "object" }