{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayRunsBulkCreateRequest.json", "title": "AssayRunsBulkCreateRequest", "additionalProperties": false, "properties": { "assayRuns": { "items": { "$ref": "#/components/schemas/AssayRunCreate" }, "type": "array" } }, "required": [ "assayRuns" ], "type": "object" }