{ "$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" }