{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayRunsBulkCreateErrorResponse.json", "title": "AssayRunsBulkCreateErrorResponse", "properties": { "assayRuns": { "default": null, "items": { "type": "object" }, "nullable": true, "type": "array" }, "errors": { "items": { "properties": { "fields": { "type": "object" }, "global": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "type": "array" } }, "type": "object" }