Benchling · Schema

ResultsTableNotePart

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

JSON Schema

ResultsTableNotePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ResultsTableNotePart.json",
  "title": "ResultsTableNotePart",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseNotePart"
    },
    {
      "$ref": "#/components/schemas/StructuredTableApiIdentifiers"
    },
    {
      "properties": {
        "assayResultSchemaId": {
          "example": "assaysch_msh1Ly6g",
          "type": "string"
        },
        "type": {
          "enum": [
            "results_table"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}