Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
Properties
Name
Type
Description
indentation
integer
All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 follow
type
string
The type of the note. Type determines what other fields are present.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/BaseNotePart.json",
"title": "BaseNotePart",
"properties": {
"indentation": {
"default": 0,
"description": "All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.",
"minimum": 0,
"type": "integer"
},
"type": {
"description": "The type of the note. Type determines what other fields are present.",
"type": "string"
}
},
"type": "object"
}