{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BulkUpdateContainersAsyncTask.json", "title": "BulkUpdateContainersAsyncTask", "allOf": [ { "$ref": "#/components/schemas/AsyncTask" }, { "additionalProperties": false, "properties": { "response": { "properties": { "containers": { "items": { "$ref": "#/components/schemas/Container" }, "type": "array" } }, "type": "object" } }, "type": "object" } ], "type": "object" }