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