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