Benchling · Schema

ChartNotePart

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

JSON Schema

ChartNotePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ChartNotePart.json",
  "title": "ChartNotePart",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseNotePart"
    },
    {
      "properties": {
        "chart": {
          "description": "The full configuration for the chart to be displayed in-line in this note part.",
          "properties": {
            "id": {
              "description": "The API identifier for this Analysis Chart.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "enum": [
            "note_linked_chart"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}