Benchling · Schema

EntryDay

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

Properties

Name Type Description
date string A Date string
notes array
title string Optional title of a section if sections are enabled.
View JSON Schema on GitHub

JSON Schema

EntryDay.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntryDay.json",
  "title": "EntryDay",
  "properties": {
    "date": {
      "description": "A Date string",
      "type": "string"
    },
    "notes": {
      "items": {
        "$ref": "#/components/schemas/EntryNotePart"
      },
      "type": "array"
    },
    "title": {
      "description": "Optional title of a section if sections are enabled.",
      "nullable": true,
      "type": "string"
    }
  },
  "type": "object"
}