{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayResultsCreateErrorResponse.json", "title": "AssayResultsCreateErrorResponse", "properties": { "assayResults": { "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" }