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