Benchling · Schema

AssayRunNotePart

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

AssayRunNotePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayRunNotePart.json",
  "title": "AssayRunNotePart",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseNotePart"
    },
    {
      "properties": {
        "assayRunId": {
          "example": "588aca02-1a20-4b94-a40f-b3f3a0081749",
          "nullable": true,
          "type": "string"
        },
        "assayRunSchemaId": {
          "example": "assaysch_msh1Ly6g",
          "type": "string"
        },
        "type": {
          "enum": [
            "assay_run"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}