{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BoxesBulkGet.json", "title": "BoxesBulkGet", "properties": { "boxes": { "items": { "$ref": "#/components/schemas/Box" }, "type": "array" } }, "type": "object" }