Benchling · Schema

AssayResultsCreateErrorResponse

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
assayResults array
errors array
View JSON Schema on GitHub

JSON Schema

AssayResultsCreateErrorResponse.json Raw ↑
{
  "$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"
}